---
title: "Create Share Link Recipient"
method: POST
path: "/bundle_recipients"
tags: ["bundle_recipients", "Bundle Recipients"]
---

# Create Share Link Recipient

`POST /bundle_recipients`

Create Share Link Recipient

## Response `201`

The BundleRecipients object.

- BundleRecipientEntity — BundleRecipientEntity model
  - `company` string — The recipient's company.
  - `name` string — The recipient's name.
  - `note` string — A note sent to the recipient with the bundle.
  - `recipient` string — The recipient's email address.
  - `sent_at` string, date-time — When the Bundle was shared with this recipient.
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
