Lists the permissions assigned to a user directly or through roles or groups.
Lists the permissions assigned to a user directly or through roles or groups.
Returns the list of effective permissions for a user, taking into account permissions granted directly to the user, as well as those inherited through roles and group memberships.
GET
Lists the permissions assigned to a user directly or through roles or groups.
Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user to retrieve the permissions for.
Query Parameters
Optional Id from which to start selection.
Number of results per page. Defaults to 50.
Required range:
x >= 1The identifier of the resource server for which to calculate user permissions.
Required string length:
1 - 600Get a User's Connected Accounts
Previous
Lists the roles which grant the user a given permission (whether directly or through groups).
Next