page
and per_page
parameters. Beginning on 21 July 2020 (or Private Cloud version 2108), Auth0 will display tenant logs and a migration toggle to help you prepare for this change.
Affected tenants are those that meet the following criteria:
per_page
parameter for queries that can return more than 1 result.per_page
parameter, or making queries that will always return a single result.GET /api/v2/clients
GET /api/v2/client_grants
GET /api/v2/grants
GET /api/v2/connections
GET /api/v2/device-credentials
GET /api/v2/resource-servers
GET /api/v2/rules
page
and per_page
parameters.Parameter | Type | Description |
---|---|---|
page | Integer | Page index of the results to return. First page is 0. |
per_page | Integer | Number of results per page. Paging is disabled if the parameter is not sent. |
details.size_exceeded
field and check if it’s true
.
type:depnote AND description:*Unpaginated*
type:depnote AND description:*Unpaginated* AND details.size_exceeded:true
client_id
used to make the request. You can also find the endpoint being used in the logs details.path
field.
auth0-deploy-cli
tool, you must update to version 5.3.0 or later. To learn more, see Deploy CLI Tool.