---
title: "Update a personal account"
method: PATCH
path: "/v1/persons/{person_id}/accounts/{account_id}"
tags: ["Person accounts"]
---

# Update a personal account

`PATCH /v1/persons/{person_id}/accounts/{account_id}`

Updates the personal account specified in the request URL.

## Path parameters

- `person_id` string, required
- `account_id` string, required

## Request body

- PersonAccountBody
  - `block_reasons` string[], required — The reason the customer wants to block/unblock their account.
  - `acccount_id` string — The account ID.
  - `person_id` string, required — The customer's unique person ID.
  - `comment` string — Additional information about the request.

## Response `204`

Successfully updated the person's account.

## Other responses

- `400` — An error occurred on the client side.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-creation.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-creation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-creation/revisions/f44b7c6e47a6/schema)
