---
title: "List Legal Representatives"
method: GET
path: "/businesses/{business_id}/legal_representatives"
tags: ["Businesses"]
---

# List Legal Representatives

`GET /businesses/{business_id}/legal_representatives`

## Path parameters

- `business_id` string, required — A business identifier.

## Query parameters

- `cursor` string
- `limit` integer

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Response `200`

Successful Response

- EncodedPaginatedCollectionResponseLegalRepresentativeResponse
  - `data` LegalRepresentativeResponse[], required — The elements of the response.
    - `id` string, required — An identifier for the legal representative.
    - `person` string, required — A person identifier. This field represents the person being a legal representative.
    - `representation_rule` 'sole_representation' | 'joint_representation', required — A category describing the representation rule for a legal representative: <ul> <li><code>sole_representation</code>: The legal representative alone can represent the company. <li><code>joint_representation</code>: The legal representative needs at least one more legal representative to represent the company. </ul>
  - `pagination` EncodedPaginationResponse, required — Information about accessing elements beyond the ones that were returned.
    - `next_cursor` string — When fetching long lists of elements, you can use our pagination feature to fetch batches of data. If a response contains the property `pagination.next_cursor`, you can pass its value via the query item `cursor` to generate the request for the next batch of data.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

[API](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api.md) · [All operations](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemon/lemon-markets-brokerage-api/revisions/3c8cfd3a96c9/schema)
