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

# Set Nested Groups Admin

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

Replace the set of groups directly nested inside this group.

## Path parameters

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

## Request body

- SetNestedGroupsIn
  - `child_group_uuids` string[], required — Full replacement list of UUIDs of groups to nest directly inside this group.

## Response `204`

No Content

---

[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)
