---
title: "Resend invitations to share recipients"
method: POST
path: "/recipients/shares/invites/{shareId}"
tags: ["Recipients"]
---

# Resend invitations to share recipients

`POST /recipients/shares/invites/{shareId}`

Resend invitations to one or all recipients attached to specified share. The most recent message that was sent for the share will be re-used for this email.

You can use [GET /shares/{id}](#operation/getShareById) to view the recipient list and message history for a share. Use [PATCH /shares/{id}](#operation/updateShareById) to add or remove recipients.

## Path parameters

- `shareId` integer, required

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Request body

- object
  - `recipientId` integer — ID number of recipient to send a new invitation to.

## Response `201`

Successful operation

- ShareRecipientsResponse
  - `responseStatus` integer — Http status code of the response.
  - `data` string[]

---

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