---
title: "Update Account Group"
method: PATCH
path: "/organizations/account-groups/{account_group_id}"
---

# Update Account Group

`PATCH /organizations/account-groups/{account_group_id}`

Updates an account group.

## Path parameters

- `account_group_id` string, uuid, required

## Request body

- object
  - `name` string — Account group name (min=1, max=255).
  - `merchant_id` string — Local identifier (min=1, max=255).

## Response `200`

OK

- object
  - `id` string, uuid
  - `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)
