Users
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a list of users
/users
Get a user by its ID
/users/{id}
The ID of the user to fetch.
Update a user
/users/{id}
The ID of the user to update.
The role_id of the user.
The new user status for the user. Can be one of active
, away
, or out_of_office
.
Currently, the following fields are filterable for users:
equals
, in
, not_in
/users/search
The cursor to use for pagination.
The number of users to fetch. Defaults to 100. Must be greater than 0 and less than 1000.