---
title: "Create document recipients"
method: POST
path: "/document/recipient/create-many"
tags: ["Document Recipients"]
deprecated: true
---

# Create document recipients

`POST /document/recipient/create-many`

> **Deprecated.**

Deprecated: this endpoint is being replaced by the Envelope API. See https://docs.documenso.com/docs/developers/api/migrate-to-envelopes for the migration guide. Create multiple recipients for a document.

## Request body

- object
  - `documentId` number, required
  - `recipients` object[], required
    - `email` string, required
    - `name` string, required
    - `role` 'CC' | 'SIGNER' | 'VIEWER' | 'APPROVER' | 'ASSISTANT', required
    - `signingOrder` number
    - `accessAuth` string[]
    - `actionAuth` string[]

## Response `200`

Successful response

- object
  - `recipients` object[], required
    - `envelopeId` string, required
    - `role` 'CC' | 'SIGNER' | 'VIEWER' | 'APPROVER' | 'ASSISTANT', required
    - `readStatus` 'NOT_OPENED' | 'OPENED', required
    - `signingStatus` 'NOT_SIGNED' | 'SIGNED' | 'REJECTED', required
    - `sendStatus` 'NOT_SENT' | 'SENT', required
    - `id` number, required
    - `email` string, required
    - `name` string, required
    - `token` string, required
    - `documentDeletedAt` string, nullable, required
    - `expired` string, nullable, required
    - `expiresAt` string, nullable, required
    - `expirationNotifiedAt` string, nullable, required
    - `signedAt` string, nullable, required
    - `authOptions` object, nullable, required
      - `accessAuth` string[], required
      - `actionAuth` string[], required
    - `signingOrder` number, nullable, required
    - `rejectionReason` string, nullable, required
    - `documentId` number, nullable
    - `templateId` number, nullable

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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