platform
Get User Auth0 Roles
List a user's Auth0 role grants (user- and organization-scoped) plus the catalog.
Reads the tenant role catalog, the user's tenant-wide (user-level) role grants, and — for each organization the user belongs to — the roles granted to them within that organization, all from the Auth0 Management API. Requires reader on the members-users module instance (GET maps to the reader relation on the parent router gate).
get/api/platform/users/{user_id}/auth0-roles
Path parameters
user_idstring required
Auth0 user id whose roles are listed
Auth0 user id whose roles are listed
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.