---
title: "Add Document to an Individual in Onboarding"
method: POST
path: "/onboarding/{onboardingId}/document"
tags: ["onboarding"]
---

# Add Document to an Individual in Onboarding

`POST /onboarding/{onboardingId}/document`

Upload a document associated with an individual currently being onboarded

## Path parameters

- `onboardingId` string, required

## Response `200`

Document uploaded successfully. Response includes documentId and status

- unknown

## Other responses

- `201`
- `400` — Missing parameters, invalid file, or unsupported document type
- `401` — Missing or invalid authentication token
- `404` — The specified onboarding session or account could not be found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/versions/73309fe68e2d/schema)
