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

# Create Group

`POST /groups`

Create an org-owned access group.

## Request body

- CreateAccessGroupRequest
  - `description` string, nullable — Optional group description.
  - `name` string, required — Group name (unique within owner org).

## Response `201`

Successful Response

- AccessGroup
  - `created_at` string, date-time, nullable — Creation timestamp.
  - `created_by` string, required — member_id of the creator.
  - `description` string, nullable — Optional group description.
  - `id` string, required — Access group id.
  - `name` string, required — Group name.
  - `owner_org_id` string, required — Owner organization id.
  - `updated_at` string, date-time, nullable — Last update timestamp.

## Other responses

- `422` — Validation Error

---

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