Remove one or more specified user roles assigned to a user.
Note: This action removes a role from a user in the context of your whole tenant. If you want to unassign a role from a user in the context of a specific Organization, use the following endpoint: Delete user roles from an Organization member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user to remove roles from.
List of roles IDs to remove from the user.
11Users roles successfully removed.