---
title: "Create Ownership on Lead"
method: POST
path: "/api/v1.0/leads/{lead_id}/ownerships"
tags: ["Ownerships"]
---

# Create Ownership on Lead

`POST /api/v1.0/leads/{lead_id}/ownerships`

## Request body

- Ownership
  - `lead_id` integer — The ID of the Lead
  - `id` integer — The ID of the Ownership
  - `user_id` integer — The ID of the User

## Response `204`

No Content

---

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