List users
Lists all the users in the project.
Query parameters
team_id
Only return users who are members of the given team
limit
The maximum number of items to return
cursor
The cursor to start the result set from.
order_by
The field to sort the results by. Defaults to signed_up_at
desc
Whether to sort the results in descending order. Defaults to false
query
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
items
pagination