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

---

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