---
title: "Update an account"
method: PATCH
path: "/platform/api/v1/accounts/{account_id}"
tags: ["Accounts"]
---

# Update an account

`PATCH /platform/api/v1/accounts/{account_id}`

Update an account's attributes

## Request body

- AccountCreateUpdatePayload
  - `name` string — Name of the account
  - `locale` string — The locale of the account
  - `domain` string — The domain of the account
  - `support_email` string — The support email of the account
  - `status` 'active' | 'suspended' — The status of the account
  - `limits` object — The limits of the account
  - `custom_attributes` object — The custom attributes of the account

## Response `200`

Success

- PlatformAccount
  - `id` number — Account ID
  - `name` string — Name of the account

## Other responses

- `401` — Unauthorized

---

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