---
title: "Update Account Name"
method: PATCH
path: "/virtual_accounts/{id}/account_name"
tags: ["Virtual Accounts"]
---

# Update Account Name

`PATCH /virtual_accounts/{id}/account_name`

Change the name of a _Virtual Account_.

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateVirtualAccountAccountNameRequest
  - `account_name` string, required — A name given for a _Virtual Account_. This is used in CoP lookups.

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
