List Users

Use /user to retrieve a list of users associated with your program. This endpoint returns basic user information including the user id, email, first name, last name, and whether the user is archived. You can specify the number of records per page and fetch a specific page if needed. You can also filter and sort your list by multiple parameters.


📘 Note: When specifying filters, you cannot mix account-specific and user-specific identifiers. For example, you cannot filter by both Account Number and First Name.

Query Params
filters
array of objects

Specifiy one or more filters and the operator to use.

filters
sort
array of objects

Specify one or more fields to sort by and the sort order.

sort
string
Defaults to 1

The desired page to fetch

string
Defaults to 25

Specify the number of results per page

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json