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

# Update account data

`PATCH /v1/accounts/{account_id}`

Update account data

## Path parameters

- `account_id` string, uuid, required

## Request body

- PatchAccountRequest
  - `account_name` string, string — Friendly label set by the client
  - `external_id` string, string — External account identifier

## Response `202`

Request to update account has been accepted

---

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