GET
/
v1
/
users
/
{uid}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

uid
string
required

The 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: employee

The 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")