Get Company Officers
company_officersRetrieve active directors, secretaries, and other officers for any UK company using its Companies House number. Includes appointment dates, nationality, and residence, excluding resigned officers.
Instructions
Fetch active officers for a Companies House company number.
Returns directors, secretaries, and other active officers with appointment dates, nationality, and country of residence. Resigned officers are excluded. Pagination is handled internally — do NOT pass items_per_page or start_index; this tool takes only company_number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_number | Yes | Companies House company number (8 digits, e.g. '03782379'). Returned by company_search. | |
| items_per_page | No | Ignored — pagination is handled internally. Only accepted to avoid call failures. | |
| start_index | No | Ignored — all officers are returned in one call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_number | Yes | Companies House company number. | |
| include_resigned | Yes | Whether resigned officers were included in this result. | |
| total | Yes | Total officers returned (filtered by include_resigned). | |
| high_appointment_count_flag | No | Number of active officers with 10+ total appointments, or null if appointment counts were not fetched. Non-zero values are a nominee/phoenix director risk signal. | |
| officers | No | Officer records. |