Users
Unassign User from Role
Use this endpoint to remove a Role from a User.
delete/users/{userId}/site-roles
Request body
Example request
{
"site_id": "beddda88-947d-4bd8-8f0c-828b187f93b2",
"role_id": "beddda88-947d-4bd8-8f0c-828b187f93b3"
}Response
The role was successfully removed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.