---
title: "Link staged verification documents to an account"
method: PATCH
path: "/accounts/{account_id}"
tags: ["Accounts"]
---

# Link staged verification documents to an account

`PATCH /accounts/{account_id}`

## Path parameters

- `account_id` string, required — ID of the resource

## Request body

- PatchAccountDocumentsRequest
  - `doc_submission_ids` ID[], required

## Response `200`

OK

- Account
  - `created` string, date-time — ISO-8601 timestamp that includes date and time
  - `id` string, required — ID of the resource
  - `name` string, required
  - `status` 'complete' | 'pending' | 'rejected', required
  - `updated` string, date-time — ISO-8601 timestamp that includes date and time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/versions/7446d49997c2/schema)
