---
title: "Updates a group's information."
method: POST
path: "/organization/groups/{group_id}"
tags: ["Groups"]
---

# Updates a group's information.

`POST /organization/groups/{group_id}`

## Path parameters

- `group_id` string, required

## Request body

- UpdateGroupBody — Request payload for updating the details of an existing group.
  - `name` string, required — New display name for the group.

## Response `200`

Group updated successfully.

- GroupResourceWithSuccess — Response returned after updating a group.
  - `id` string, required — Identifier for the group.
  - `name` string, required — Updated display name for the group.
  - `created_at` integer, required — Unix timestamp (in seconds) when the group was created.
  - `is_scim_managed` boolean, required — Whether the group is managed through SCIM and controlled by your identity provider.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

> 82 revisions in range; 34 could not be searched.

- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/groups/:group_id/post.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
