You can remove the roles assigned to a user using the or the . The assigned roles are used with the API Authorization Core feature set.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.
Prerequisites
For role-based access control (RBAC) to work properly, you must enable it for your API using either the Dashboard or the Management API. The Authorization Core functionality is different from the Authorization Extension. For a comparison, read Authorization Core vs. Authorization Extension.Dashboard
- Go to Dashboard > User Management > Users and click the name of the user to view.
- Click the Roles view, then click the trashcan icon next to the role you want to remove.
Management API
Make aDELETE call to the Delete User Roles endpoint. Be sure to replace USER_ID, MGMT_API_ACCESS_TOKEN, and ROLE_ID placeholder values with your user ID, Management API , and role ID(s), respectively.
| Value | Description |
|---|---|
USER_ID | Τhe ID of the user to be updated. |
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:users. |
ROLE_ID | ID(s) of the role(s) you would like to remove for the specified user. |