Get user information

Retrieve user information about a specific user account.

Authentication

AuthorizationBearer

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

Path parameters

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

Response

OK
avatarUrlstring
The URL for the user's profile image.
createdAtstringformat: "date-time"

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:
updatedAtstringformat: "date-time"

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