Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
User's email address
The ID of the role assignment
Response
Successful Response
The response is of type object
.
Remove a direct role assignment from a user
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User's email address
The ID of the role assignment
Successful Response
The response is of type object
.