---
title: "account/submit-extended-info/shareholder-info"
method: GET
path: "/account/submit-extended-info/shareholder-info"
tags: ["Account Onboarding Endpoints"]
---

# account/submit-extended-info/shareholder-info

`GET /account/submit-extended-info/shareholder-info`

This endpoint will return a full list of all shareholder information.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `AccountName` string — Account Name
  - `ShareHolders` object — Collection of Share Holders per account
    - `0` object
      - `FullName` string — Shareholder First name and last name
      - `Ownership` string — Percentage of ownership only if is greater than 20%
      - `Occupation` string — Shareholder's occupation
      - `HomeAddress` string — Shareholder's home address
      - `DateAdded` string, date

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
