Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Request model for assigning a role to a group.
Name of the role to assign to the group (lowercase letters, numbers, underscores, and colons only)
Example:
"data_analyst:read"
Response
Successful Response