User
Retrieve a User
GET
/
v1
/
users
/
{uid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
uid
string
requiredThe UID of the User
Response
200 - application/json
uid
string
The UID of the User.
emails
string[]
An array of all the known emails for this User.
role_name
enum<string>
The role of the User.
Available options:
admin
, owner
, hr
, it
, finance
, ops
, custom
, user
status
enum<string>
default: employeeThe status of the User.
Available options:
hired
, employee
, alumni
, external
full_name
string | null
The full name of the User.
slack_user_id
string | null
The Slack user ID of the User (e.g. U0G9QF9C6).
microsoft_entra_ids
string[]
The Microsoft Entra IDs (Azure Directory) of the User.
updated_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
created_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")