Users
Returns all users for the organization.
Rate limit: 60 requests per minute
Authorization: Bearer
The request ID for tracking.
Returns a single user by ID.
Rate limit: 60 requests per minute
Authorization: Bearer
The ID of the user to fetch.
The request ID for tracking.
Updates an existing user. Only provided fields are modified.
Rate limit: 20 requests per minute
Authorization: Bearer
The ID of the user to update.
The avatar URL of the user. Must be a square .png, .jpg or .jpeg.
The name of the user.
The role_id of the user.
The new user status for the user. Can be one of active, away, or out_of_office.
The request ID for tracking.
Currently, the following fields are filterable for users:
- email. Allowed operators:
equals,in,not_in
Rate limit: 20 requests per minute
Authorization: Bearer
The cursor to use for pagination.
The number of users to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
The request ID for tracking.
Last updated
Was this helpful?

