---
title: "Create matter share"
method: POST
path: "/matters/v1/{id}/shares"
tags: ["Matters"]
---

# Create matter share

`POST /matters/v1/{id}/shares`

Grant another organization scoped access to this matter and its primary vault.

## Path parameters

- `id` string, required

## Request body

- object
  - `target_org_id` string, required
  - `permission` 'read' | 'edit'
  - `expires_at` string, date-time, nullable

## Response `201`

Matter share created or updated

---

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