---
title: "/employees/:id/documents"
method: POST
path: "/employees/{id}/documents"
---

# /employees/:id/documents

`POST /employees/{id}/documents`

Uploads a list of documents for a specific employee. Required scope: `w_employees`.

## Path parameters

- `subdomain` string, required
- `id` string, required

## Request body

- object
  - `member_id` string

## Response `201`

201

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
