5b5b5f694e25
latestOpenAPI 3.1.02026-08-13160205478.7 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"
}