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 objectsOptional

The user’s Deployment roles.

organizationRoleenumOptional

The user’s Organization role.

Allowed values:
workspaceRoleslist of objectsOptional

The user’s Workspace roles.

Errors