---
title: "Update envelope recipients"
method: POST
path: "/envelope/recipient/update-many"
tags: ["Envelope Recipients"]
---

# Update envelope recipients

`POST /envelope/recipient/update-many`

Update multiple recipients for an envelope

## Request body

- object
  - `envelopeId` string, required
  - `data` object[], required
    - `id` number, required
    - `email` union
      - ''
      - string
    - `name` string
    - `role` 'CC' | 'SIGNER' | 'VIEWER' | 'APPROVER' | 'ASSISTANT'
    - `signingOrder` number
    - `accessAuth` string[]
    - `actionAuth` string[]

## Response `200`

Successful response

- object
  - `data` 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)
