v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBgroups
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.
Example response
{
"containing_group_id": "f454d283-ca87-4a8a-bdbb-df212eca5353"
}