Auth0 Dashboard Limits the Users Permissions Page Display to 100 Permissions
Due to Application Programming Interface (API) pagination limits, the Auth0 Dashboard restricts the Permissions page displayed when navigating to Users > Permissions to the first 100 permissions. Viewing all permissions requires a direct call to the Management API.
- Dashboard
- User Permissions
- Management Application Programming Interface (API)
- Auth0
The Auth0 Dashboard user interface fetches only the first page of user permissions results. The underlying API pagination rules limit the first page to 100 permissions, preventing additional permissions from being displayed in the user interface.
To view all permissions assigned to a user, call the Auth0 Management API directly using the Get a user's permissions endpoint.
NOTE: Feedback or feature requests regarding Dashboard pagination can be submitted directly to the Auth0 product team by visiting the Auth0 Feedback page.