v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Creates a new containing group.

post/groups/{group_id}/containing-groups

Path parameters

group_idstring uuid required

The ID of the group.

Request body

containing_group_idstring uuid required

The groupID of the containing group.

duration_minutesinteger

The updated duration for which the group can be accessed (in minutes). Use 0 for indefinite.

access_level_remote_idstring

The updated remote ID of the access level granted to this group.

Example request

{
  "containing_group_id": "f454d283-ca87-4a8a-bdbb-df212eca5353"
}

Response

The created GroupContainingGroup object.

containing_group_idstring uuid required

The groupID of the containing group.

duration_minutesinteger

The updated duration for which the group can be accessed (in minutes). Use 0 for indefinite.

access_level_remote_idstring

The updated remote ID of the access level granted to this group.

Example response

{
  "containing_group_id": "f454d283-ca87-4a8a-bdbb-df212eca5353"
}