---
title: "Get nested groups"
method: GET
path: "/groups/{group_id}/containing-groups"
tags: ["groups"]
---

# Get nested groups

`GET /groups/{group_id}/containing-groups`

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

## Path parameters

- `group_id` string, uuid, required

## Query parameters

- `access_level_remote_id` string

## Response `200`

The groups that the group gives access to.

- GroupContainingGroupList
  - `containing_groups` GroupContainingGroup[], required
    - `containing_group_id` string, uuid, required — The groupID of the containing group.
    - `duration_minutes` integer — The updated duration for which the group can be accessed (in minutes). Use 0 for indefinite.
    - `access_level_remote_id` string — The updated remote ID of the access level granted to this group.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/versions/13b58df96d40/schema)
