Skip to main content

Retrieve a user

Retrieve a user's details from your organization by providing their unique ID.

Path Parameters
id string REQUIRED

The unique ID of the user to retrieve

Responses
200

User details retrieved successfully

Schema OPTIONAL
total number OPTIONAL

total number of users

users object[] OPTIONAL
id string OPTIONAL

id of the user

email string OPTIONAL

email address of the user

firstName string OPTIONAL

first name of user

lastName string OPTIONAL

last name of user

auth0Id string OPTIONAL

auth0 id of user

organizationId string OPTIONAL

organization id of user (auth0 org id, will be changed to uuid in future)

404

User not found

Schema OPTIONAL
undefined