Users
Retrieve a user
Returns details of the requested user within the scope of an organization.
GET
Retrieve a user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$User identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Response
User details retrieved successfully.
User identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$User's name.
User's surname.
User's email address.
User's preferred language code.
Available options:
en-EN, es-ES, pt-BR, ca-ES, eu-ES Creation date in ISO 8601 format.
Organization identifier associated with the user.
Required string length:
24Pattern:
^[0-9a-f]{24}$User's department.
Identifier of the role assigned to the user.
Required string length:
24Pattern:
^[0-9a-f]{24}$Identifier of the user who created the user record.
Required string length:
24Pattern:
^[0-9a-f]{24}$Indicates if email login is enabled for the user.