page
, per_page
, and include_totals
parameters at your request.
Parameter | Description |
---|---|
page | The page number, zero based. When this is not set, we return a maximum of 50 records, regardless of how many records exist. |
per_page | The amount of users per page. |
include_totals | Set to true to include a query summary as part of the result. |
Sample request
Sample response
A sample response body for the values set in the above sample request is as follows:Limitation
Auth0 limits the total number of users you can retrieve to 1000 (for example, 100 users per page for 10 pages). When thepage
parameter is not set, we return a maximum of 50 records, regardless of how many records exist.
Keep reading
To learn more about thepage
, per_page
and other parameters, read the Management API Explorer documentation.