---
title: "Create a sent share invitation."
method: PUT
path: "/sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}"
tags: ["SentShareInvitation"]
---

# Create a sent share invitation.

`PUT /sentShares/{sentShareId}/sentShareInvitations/{sentShareInvitationId}`

Create a recipient for a given sent share

## Path parameters

- `sentShareId` string, required
- `sentShareInvitationId` string, required

## Query parameters

- `api-version` string, required

## Request body

- SentShareInvitation — Base data transfer object implementation for proxy resources.
  - `id` string — The unique id of the resource.
  - `type` string — Type of the resource.

## Response `201`

Success

- SentShareInvitation — Base data transfer object implementation for proxy resources.
  - `id` string — The unique id of the resource.
  - `type` string — Type of the resource.

## Other responses

- `default` — Default error response.

---

[API](https://skmtc.net/azure/apis/purview-share.md) · [All operations](https://skmtc.net/azure/apis/purview-share/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-share/versions/79b396164f79/schema)
