Users
get
Get a list of users
Authorizations
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
get
Get a user by its ID
Authorizations
Path parameters
idstringrequired
The ID of the user to fetch.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
patch
Update a user
Authorizations
Path parameters
idstringrequired
The ID of the user to update.
Body
role_idstringoptional
The role_id of the user.
statusstringoptional
The new user status for the user. Can be one of active
, away
, or out_of_office
.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Currently, the following fields are filterable for users:
- email. Allowed operators:
equals
,in
,not_in
Authorizations
Body
cursorstringoptional
The cursor to use for pagination.
filterobjectrequired
limitinteger · int64optional
The number of users to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
500
Last updated
Was this helpful?