Groups

Create Group's Roles

Create roles for a specified group

post/groups/{GroupId}/roles

Request body

group_idstring nullable

ID of the group.

role_idstring nullable

ID of the RBAC role assigned to the group.

workspacestring nullable

Workspace ID.

Response

Successfully created or updated roles.

group_idstring nullable

ID of the group.

role_idstring nullable

ID of the RBAC role assigned to the group.

workspacestring nullable

Workspace ID.

Changes