---
title: "Add a shareholder to a business"
method: POST
path: "/v2/customers/businesses/{business_id}/shareholders"
tags: ["Customers V2"]
---

# Add a shareholder to a business

`POST /v2/customers/businesses/{business_id}/shareholders`

Add a shareholder to a business

## Path parameters

- `business_id` string, Uuid, required

## Request body

- AddShareholderRequestV2
  - `customer_id` string, Uuid, nullable — `customer_id` of the shareholder.
  - `ownership_percentage` integer, required

## Response `204`

Business has been created successfully

## Other responses

- `400` — Invalid request
- `401` — Authentication error
- `500` — Internal server error

---

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