---
title: "Create group"
method: POST
path: "/organization/groups"
tags: ["Groups"]
---

# Create group

`POST /organization/groups`

Creates a new group in the organization.

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

## Changes

- **2026-05-21** `872ce068945f` — 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-01** `918e83711c91` — 1 info
  - added the required property `group_type` to the response with the `200` status
- **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/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)
