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

---

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