v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Get nested group by ID

Gets a specific containing group for a group.

get/groups/{group_id}/containing-groups/{containing_group_id}

Path parameters

group_idstring uuid required

The ID of the group.

containing_group_idstring uuid required

The ID of the containing group.

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"
}