---
title: "Update an Account"
method: PUT
path: "/api/v1/accounts/{id}"
tags: ["Data v1.Account", "ENTERPRISE"]
---

# Update an Account

`PUT /api/v1/accounts/{id}`

Updates mutable properties of an account. The following properties are possible to update: accountExclusion, accountNumber, excluded, favored, name, type

## Path parameters

- `id` string, required

## Request body

- Data20v1Account — unresolved $ref

## Response `200`

Successful operation.

- Data20v1Account — unresolved $ref

## Other responses

- `400` — The payload does not pass validation.
- `404` — The account does not exist.

---

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