v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

Get nested groups

Gets the list of groups that the group gives access to.

get/groups/{group_id}/containing-groups

Path parameters

group_idstring uuid required

The ID of the group.

Query parameters

access_level_remote_idstring

The access level's remote ID to filter by.

Response

The groups that the group gives access to.

Example response

{
  "containing_groups": [
    {
      "containing_group_id": "7870617d-e72a-47f5-a84c-693817ab4567"
    },
    {
      "containing_group_id": "50333e67-73ce-47ab-b049-d8abcd45f7a1"
    }
  ]
}