Get Persons With Significant Control
get_persons_with_significant_controlRetrieve PSC (beneficial owner) records for a UK company by company_number (from search_companies). Returns each PSC's name, kind (individual-person / corporate-entity / legal-person), natures of control (e.g. ownership-of-shares-75-to-100-percent), country of residence, nationality, notification date, and ceased date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_index | No | Pagination offset (default 0) | |
| company_number | Yes | UK company number (e.g. "07098618") OR the company NAME (e.g. "Ocado Group") — a name is resolved here automatically and the match is echoed back as resolved_from_name. Pass whichever you have; do not guess a number from memory, since a plausible wrong one returns a clean empty result that reads as "nothing filed" for a company that may not exist. | |
| items_per_page | No | 1-100 (default 25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total number of persons with significant control | |
| persons | Yes | List of beneficial owners with significant control | |
| company_number | Yes | UK company number | |
| resolved_from_name | No | Present only when a NAME was passed instead of a number. Shows which company answered, so a caller can see the resolution rather than assume it. |