Get user information

Retrieve user information about a specific user account.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the user belongs.
userIdstringRequired
The user's ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
avatarUrlstring
The URL for the user's profile image.
createdAtdatetime

The time when the user was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

fullNamestring
The user's full name.
idstring
The user's ID.
statusenum
The user's status.
Allowed values:
updatedAtdatetime

The time when the user was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

usernamestring
The user's username.
deploymentRoleslist of objects or null
The user's Deployment roles.
organizationRoleenum or null
The user's Organization role.
Allowed values:
workspaceRoleslist of objects or null
The user's Workspace roles.

Errors