---
title: "Creates a new group in the organization."
method: POST
path: "/organization/groups"
tags: ["Groups"]
---

# Creates a new group in the organization.

`POST /organization/groups`

## Request body

- CreateGroupBody — Request payload for creating a new group in the organization.
  - `name` string, required — Human readable name for the group.

## Response `200`

Group created successfully.

- GroupResponse — Details about an organization group.
  - `id` string, required — Identifier for the group.
  - `name` string, required — Display name of 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.
  - `group_type` 'group' | 'tenant_group', required — The type of the group.

## Other responses

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

## Changes

- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-08-05** `ab0c5306e390` — 2 warning
  - added the new `group` enum value to the `group_type` response property for the response status `200`
  - added the new `tenant_group` enum value to the `group_type` response property for the response status `200`
- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/groups/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)
