---
title: "List shareholders for a business"
method: GET
path: "/v1/customers/businesses/{customer_id}/shareholders"
tags: ["Customers"]
deprecated: true
---

# List shareholders for a business

`GET /v1/customers/businesses/{customer_id}/shareholders`

> **Deprecated.**

List shareholders for a business

## Path parameters

- `customer_id` string, Uuid, required

## Response `200`

List of shareholders

- ShareholderSummary[]
  - `display_name` string, required
  - `holding_percent` integer, required
  - `id` string, Uuid, required
  - `shareholder_of` string, Uuid, nullable
  - `shareholder_type` 'shareholder' | 'business_shareholder', 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)
