List end users
End User Account Management
List end users
Lists the end users belonging to the developer’s CDP Project. By default, the response is sorted by creation date in ascending order and paginated to 20 users per page.
GET
List end users
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Query Parameters
The number of end users to return per page.
Required range:
1 <= x <= 100The token for the desired page of end users. Will be empty if there are no more end users to fetch.
Sort end users. Defaults to ascending order (oldest first).
Available options:
createdAt=asc, createdAt=desc