---
title: "Get Nested Groups Admin"
method: GET
path: "/v1/admin/user-groups/{group_uuid}/nested"
tags: ["beta.admin.user-groups"]
---

# Get Nested Groups Admin

`GET /v1/admin/user-groups/{group_uuid}/nested`

List the groups directly nested inside this group.

## Path parameters

- `group_uuid` string, uuid, required — User group ID.

## Response `200`

OK

- NestedGroupsOut
  - `children` NestedGroupRef[], required — Groups directly nested inside this group (its direct children).
    - `uuid` string, uuid, required — UUID of the group.
    - `name` string, required — Display name of the group.

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
