Get user

View as Markdown
Returns a single workspace user.

Authentication

AuthorizationBearer

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

Path parameters

user_idstringRequired

Response headers

ETagstring
X-Api-Versionstring

Response

User response.
objectenum
Allowed values:
idstringformat: "^usr_[A-Za-z0-9]+$"
roleenum
Allowed values:
created_atdatetime
updated_atdatetime
first_namestring or null
last_namestring or null
job_titlestring
emailslist of objects
time_zonestring
last_activity_atdatetime

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error