---
title: "Update AKA Names"
method: PATCH
path: "/virtual_accounts/{id}/aka_names"
tags: ["Virtual Accounts"]
---

# Update AKA Names

`PATCH /virtual_accounts/{id}/aka_names`

Replace the list of AKA Names for a _Virtual Account_.

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateVirtualAccountAkaNamesRequest
  - `aka_names` AkaName[], required — A list of AKA Names.

## 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)
