List users
Fetches a list of users for the team associated with the API key. Users can be filtered by email, phone, app ID, login count, and various date ranges. Results are paginated.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
Filter users by email address.
Filter users by phone number.
Filter users by app ID.
Filter users with login count greater than or equal to this value.
x >= 1
Filter users with login count less than or equal to this value.
x >= 1
Filter users created after this date.
Filter users created before this date.
Filter users who last logged in after this date.
Filter users who last logged in before this date.
The maximum number of items to return (1-1000).
1 <= x <= 1000
The number of items to skip before starting to collect the result set.
x >= 0
The sort order of the results.
asc
, desc
The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.
Response
Successfully retrieved users.
The response is of type object
.