---
title: "Share worksite case"
method: POST
path: "/worksites/{id}/share"
tags: ["Worksites"]
---

# Share worksite case

`POST /worksites/{id}/share`

Share a worksite case by email with PDF attachment

## Request body

- object
  - `emails` string[], required — Email addresses to share the case with
  - `share_message` string — Optional message to include in the email

## Response `204`

Case shared successfully

## Other responses

- `400` — Invalid input data
- `404` — Worksite not found

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
