Get user by ID

Get a user by ID

get/users/{userId}

Path parameters

userIdstring required

User ID to retrieve

Response

Ok

organizationRolestring

Role of the user in the organization

isGuestboolean

Whether the user is a guest

archivedAtstring date-time nullable

Whether the user is archived

displayNamestring required

Display name of the user

emailstring required

Email address of the user

idstring required

User ID

Changes

Changed in 1 of the 5 revisions of this API.1

    • the security scope read was added to the endpoint's security scheme bearer

      api-security-scope-added