---
title: "Update Account Name"
method: PATCH
path: "/public/v3/Accounts/{accountId}/accountName"
tags: ["Accounts"]
---

# Update Account Name

`PATCH /public/v3/Accounts/{accountId}/accountName`

Update an account within your organization.

## Path parameters

- `accountId` integer, required

## Request body

- AccountPatchNameRequest
  - `accountName` string, required — The new name of the account.

## Response `204`

The account name has been updated

## Other responses

- `400` — The account is not available
- `401` — Unauthorized

---

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