Skip to main content

Get User

GET 

https://app.infodeck.io/api/organizations/:organizationId/users/:userId

Get user for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    userId stringrequired

    The ID of user.

Responses

Schema
    data objectrequired

    Data of the user.

    id stringrequired
    sub stringrequired
    organizationId stringrequired
    emailVerified stringrequired
    familyName stringrequired
    givenName stringrequired
    email stringrequired
    appRole stringrequired
    status stringrequired
    picture string
    team required
    createdAtDateString stringrequired
    createdAt numberrequired
    updatedAtDateString stringrequired
    updatedAt numberrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/users/:userId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!