Remove User Role

Use this API to remove a specific role from a user.

Path Params
uuid
required

The unique identifier of the user.

Body Params
uuid
required

The unique identifier of the organization.

uuid
required

The unique identifier of the role.

Responses
204

Access level removed successfully

400

Invalid request data - malformed UUID, invalid request body, removal would leave user with no roles in default organization, or removal would leave no site admins in root organization

401

Unauthorized - Invalid or missing authentication

403

Forbidden - Insufficient permissions

404

Organization, role or access level not found

409

Conflict - User does not exist

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*