---
title: "Update Group"
method: PATCH
path: "/groups/{group_id}"
tags: ["Groups"]
---

# Update Group

`PATCH /groups/{group_id}`

Update group metadata.

## Path parameters

- `group_id` string, required

## Request body

- UpdateAccessGroupRequest
  - `description` string, nullable — Optional group description.

## Response `200`

Successful Response

- AccessGroup
  - `created_at` string, date-time, nullable — Creation timestamp.
  - `created_by` string, required — member_id of the creator.
  - `description` string, nullable — Optional group description.
  - `id` string, required — Access group id.
  - `name` string, required — Group name.
  - `owner_org_id` string, required — Owner organization id.
  - `updated_at` string, date-time, nullable — Last update timestamp.

## Other responses

- `422` — Validation Error

---

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