Skip to main content
POST
/
v1
/
authorization
/
roles
/
{roleId}
/
users
/
{userId}
Remove User From Role
curl --request POST \
  --url https://app.untetherlabs.com/api/v1/authorization/roles/{roleId}/users/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
This is a beta endpoint. Breaking changes may occur without notice, use at your own risk.
Remove a user from a role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

roleId
string<uuid>
required
userId
string<uuid>
required

Response

success
boolean
required