Go
Delete user roles from an Organization member
Remove one or more Organization-specific roles from a given user.
Users can be members of multiple Organizations with unique roles assigned for each membership. This action removes roles from a user in relation to the specified Organization. Roles assigned to the user within a different Organization cannot be managed in the same call.
DELETE
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Maximum string length:
50User ID of the organization member to remove roles from.
Body
List of roles IDs associated with the organization member to remove.
Minimum array length:
1Response
Roles successfully removed from organization member.
Get user roles assigned to an Organization member
Previous
Assign user roles to an Organization member
Next