---
title: "Create Account Group"
method: POST
path: "/organizations/account-groups"
---

# Create Account Group

`POST /organizations/account-groups`

Creates a new group (sub-organization).

## Request body

- object
  - `name` string, required — Account group name (min=1, max=255).
  - `merchant_id` string, required — Unique identifier used by the merchant in their systems (min=1, max=255).

## Response `201`

Created

- object
  - `id` string, uuid — The unique identifier of the account group.
  - `name` string
  - `merchant_id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
