---
title: "Update Account"
method: PATCH
path: "/organizations/accounts/{account_id}"
---

# Update Account

`PATCH /organizations/accounts/{account_id}`

Updates an account.

## Path parameters

- `account_id` string, uuid, required

## Request body

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

## Response `200`

OK

- object
  - `id` string, uuid
  - `name` string
  - `account_group_id` string, uuid
  - `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/versions/05b629819b49/schema)
