Go
Removes roles from a user
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.
DELETE
Go
承認
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.
Minimum array length:
1Minimum string length:
1レスポンス
Users roles successfully removed.