List users

Lists all the users in the project.

Query parameters

team_idstringOptional
Only return users who are members of the given team
limitdoubleOptional
The maximum number of items to return
cursorstringOptional
The cursor to start the result set from.
order_bystringOptional

The field to sort the results by. Defaults to signed_up_at

descbooleanOptional
Whether to sort the results in descending order. Defaults to false
querystringOptional

A search query to filter the results by. This is a free-text search that is applied to the user’s id (exact-match only), display name and primary email.

Response

Successful response
itemslist of objects
paginationobjectOptional