Passer au contenu principal
POST
Assigns roles to a group in an organization context.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

organization_id
string
requis

ID of the organization

group_id
string
requis

ID of the group

Corps

roles
string<role-id>[]
requis

Array of role IDs to assign to organization group.

Minimum array length: 1

Unique identifier for the role (service-generated).

Réponse

Roles successfully assigned to organization group.