---
title: "Update a Group"
method: PUT
path: "/group/{id}/"
tags: ["groups"]
---

# Update a Group

`PUT /group/{id}/`

You can use this endpoint to rename a Group. If a name is not unique, an error will be returned.

## Path parameters

- `id` string, required

## Query parameters

- `_fields` string

## Request body

- CreateGroup
  - `name` string, required

## Response `200`

Successful response

- Group
  - `id` string, required
  - `members` GroupMember[], nullable
    - `user_id` string, required
  - `name` string, required
  - `organization_id` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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