Skip to main content
POST
Assigns roles to a group in an organization context.

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

ID of the organization

group_id
string
required

ID of the group

Body

roles
string<role-id>[]
required

Array of role IDs to assign to organization group.

Minimum array length: 1

Unique identifier for the role (service-generated).

Response

Roles successfully assigned to organization group.