---
title: "Update group"
method: POST
path: "/organization/groups/{group_id}"
tags: ["Groups"]
---

# Update group

`POST /organization/groups/{group_id}`

Updates a group's information.

## 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.

## Changes

- **2026-04-29** `5b98524f8dee` — 1 breaking
  - the `created_at` response's property type/format changed from `integer`/`int64` to `integer`/`unixtime` for status `200`
- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

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

---

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