Partner
Retrieve users
Fetches a list of users based on the specified filters.
GET
Authorizations
Your API key.
Query Parameters
Filter users by name or email (partial match).
Filter users by their pricing tier ID.
Specify the field to sort results by.
Sorting direction: asc
for ascending, desc
for descending.
Available options:
desc
, asc
Number of results per page. If omitted, all results are returned.
Response
200 - application/json
A paginated list of users matching the search criteria.
The response is of type object
.