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

X-RateLimit-Limitinteger

Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.

X-RateLimit-Remaininginteger
Number of requests remaining in the current window before the limit is exceeded.
X-RateLimit-Resetinteger

Unix epoch seconds when the current rate-limit window resets.

ETagstringOptional
X-Api-VersionstringOptional

Response

User response.
objectenum
Allowed values:
idstringformat: "^usr_[A-Za-z0-9]+$"
roleenum
Allowed values:
created_atdatetime
updated_atdatetime
first_namestring or nullOptional
last_namestring or nullOptional
job_titlestringOptional
emailslist of objectsOptional
time_zonestringOptional
last_activity_atdatetimeOptional

Errors

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