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
organizationId
The ID of the Organization to which the user belongs.
userId
The user's ID.
Response
OK
avatarUrl
The URL for the user's profile image.
createdAt
The time when the user was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
fullName
The user's full name.
id
The user's ID.
status
The user's status.
Allowed values:
updatedAt
The time when the user was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
username
The user's username.
deploymentRoles
The user's Deployment roles.
organizationRole
The user's Organization role.
Allowed values:
workspaceRoles
The user's Workspace roles.