Apply Roles

Assigns or revokes roles of a principal.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
principalstringRequiredformat: "id"
The ID of the principal.
assignlist of stringsOptional
Roles to be additionally assigned to principal.

Response

The response to roles apply.

Errors