Remove RBAC role from user
DELETE/auth/users/:user_id/roles
Removes a Role-Based Access Control (RBAC) role from a member of your organization, revoking the resource actions permitted by the role's permissions and policies. Include the user ID in the path.
To obtain the user ID, call the Retrieve organization information endpoint.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
Was this page helpful?