---
title: "Create party"
method: POST
path: "/matters/v1/parties"
tags: ["Matters"]
---

# Create party

`POST /matters/v1/parties`

Create a reusable legal party for the authenticated organization.

## Request body

- object
  - `type` 'person' | 'organization'
  - `name` string, required
  - `email` string
  - `phone` string
  - `addresses` object[]
  - `metadata` object
  - `custom_fields` object, nullable
  - `notes` string, nullable

## Response `201`

Party created

---

[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)
