---
title: "List shareholders for a business"
method: GET
path: "/v2/customers/businesses/{business_id}/shareholders"
tags: ["Customers V2"]
---

# List shareholders for a business

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

List shareholders for a business

## Path parameters

- `business_id` string, Uuid, required

## Response `200`

List of shareholders

- ShareholderSummaryV2[]
  - `customer_id` string, Uuid, required
  - `holding_percent` integer, required

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