Types of company office holders in Australia
Every ASIC office holder role explained: directors, secretaries, auditors, liquidators, administrators, receivers and responsible entities.
An office holder is a person or organisation that holds a formal position in relation to an Australian company and whose appointment must be notified to the Australian Securities and Investments Commission (ASIC) under the Corporations Act 2001. The everyday examples are the directors and the company secretary, but the register also records auditors, liquidators, administrators, receivers, controllers and the responsible entity of a managed investment scheme. Whenever someone orders a company extract by ACN, the office holder section is usually the first thing they read, because it answers the question "who is running, auditing or winding up this company right now, and who did before?"
What ASIC records about each office holder
For every office holder ASIC keeps a small, consistent set of facts. The API exposes them on the officeholder object in the officeholders section of a company extract, which you purchase once with POST /v1/companies/{id}/extracts and then read for free through GET /v1/companies/{id}/officeholders. See purchasing for the fee model.
| Field | What ASIC records |
|---|---|
role | One of the 37 role codes below, for example DR for Director |
status | C current, E ceased (former) or F future |
appointedAt | Date of appointment, or null if ASIC does not hold it |
ceasedAt | Date the appointment ended, null while current |
party | The person (family name, given names, birth date and place) or the organisation (ACN or ARBN, name, ABN) |
address | The address notified for the office holder |
sourceDocument | The ASIC document that last changed this record, for example a Form 484 |
cessationDocuments | Up to nine documents that affect a director's cessation |
court | Court details when a court order affects the role |
Current extracts contain current office holders only. Ceased office holders are part of the historical extract ("type": "historical" on the purchase), and the office holders endpoint exposes them through status=former or status=all. If you hold only a current extract and ask for ceased records, the endpoint returns extract_required (HTTP 402) with a historical purchase suggestion instead of buying one for you.
The 37 office holder roles
ASIC's office holder role table (the office holder roles table) has 37 entries. They are easier to understand in groups. The full unfiltered list is on the office holder roles reference page.
Management and governance
| Code | Role | What it means |
|---|---|---|
| DR | Director | A member of the board responsible for managing the company's business. |
| LD | Alternate Director | A person appointed by a director to act in their place for a period. |
| SR | Secretary | The officer responsible for the company's administrative and ASIC compliance obligations. |
| EO | Previous Executive Officer | A former senior executive recorded under older law that required their notification. |
| SB | Subscriber | A person who agreed to take shares at the time the company was registered. |
| DA | Deregistration Applicant | The person who applied for voluntary deregistration of the company. |
| UH | Ultimate Holding Company | The company at the top of a corporate group that ultimately controls this company. |
| AG | Local Agent | The Australian representative of a foreign company or registered Australian body. |
| TR | Trustee | A trustee recorded against a trust or scheme in ASIC's records. |
| TC | Transfer of Control | The party to whom control of the company passed under a transfer arrangement. |
| PT | Petitioner Court Action | The party who petitioned the court in proceedings against the company. |
Auditors
| Code | Role | What it means |
|---|---|---|
| AA | Appointed Auditor | The registered auditor appointed to audit the company's financial reports. |
| CA | Compliance Plan Auditor | The auditor of a managed investment scheme's compliance plan. |
| MA | Scheme Auditor | The auditor of a managed investment scheme's financial statements. |
Liquidation and winding up
| Code | Role | What it means |
|---|---|---|
| AQ | Appointed Liquidator | A liquidator appointed to wind up the company where the type of winding up is not separately coded. |
| CQ | Appointed Liquidator (Court Winding Up) | A liquidator appointed by court order on the application of a creditor or other party. |
| MQ | Appointed Liquidator (Members Voluntary Winding Up) | A liquidator appointed by solvent members who chose to close the company. |
| VQ | Appointed Liquidator (Creditors Voluntary Winding Up) | A liquidator appointed when an insolvent company's members and creditors resolve to wind it up. |
| PQ | Provisional Liquidator | A liquidator appointed by the court to preserve assets before a winding up application is decided. |
| OQ | Official Liquidator | A liquidator formerly registered to take court appointments, a category that ceased on 1 March 2017. |
| BI | Liquidator of a Simplified Liquidation | A liquidator running the streamlined process for eligible small companies introduced in 2021. |
| PW | Person Winding Up a Scheme | The person appointed to wind up a managed investment scheme. |
Administration and restructuring
| Code | Role | What it means |
|---|---|---|
| AC | Administrator of a Company under Administration | An insolvency practitioner appointed to take control of a company during voluntary administration. |
| AD | Administrator under a Deed of Company Arrangement | The administrator supervising a deed agreed between the company and its creditors. |
| BM | Restructuring Practitioner | The practitioner appointed under the small business restructuring process. |
| BP | Restructuring Plan Practitioner | The practitioner administering a restructuring plan once creditors have accepted it. |
| OM | Official Manager | A manager appointed under the historical official management regime. |
| CM | Official Manager (Court) | An official manager appointed by the court under that historical regime. |
| DM | Deputy Official Manager | A deputy to an official manager under the historical regime. |
| SM | Scheme Manager | The manager of a scheme of arrangement under Part 5.1 of the Corporations Act. |
Receivers and controllers
| Code | Role | What it means |
|---|---|---|
| RC | Receiver | A person appointed, usually by a secured creditor, to collect and realise particular property. |
| RM | Receiver Manager | A receiver who also has power to manage the company's business. |
| CR | Controller | Anyone in possession or control of company property to enforce a security interest. |
| MC | Managing Controller | A controller with power to manage the company's business. |
Managed investment scheme roles
| Code | Role | What it means |
|---|---|---|
| RN | Responsible Entity | The public company that operates a registered managed investment scheme. |
| RY | Proposed Responsible Entity | An entity nominated to become the responsible entity of a scheme. |
| TN | Temporary Responsible Entity | An entity appointed by the court to operate a scheme for a limited time. |
How ASIC orders office holders
ASIC returns office holder records in a fixed role sequence rather than alphabetically. The order is RG, RP, PA, RO, RN, CA, EO, DR, SR, LD, AA, AG, UH, RC, RM, PT, PQ, MQ, VQ, CQ, SM, CM, DM, OM, AQ, RF, RS, FE, CR, MC, AC, AD, BI, BM, BP. Within each role, current records come first, followed by ceased records in reverse chronological order of ceasing. The API preserves this order, so the first director in the list is a current director and the last is the one who left longest ago. The first four codes in the sequence are address types, which ASIC sorts alongside roles on a printed extract; they never appear as role values.
People and organisations as office holders
Most office holders are natural persons identified by name and birth details, but several roles are held by organisations. An ultimate holding company, a responsible entity, a local agent and a trustee are companies, and a receiver or administrator may be recorded as a firm. The party.type field tells you which you have:
{
"object": "officeholder",
"role": { "code": "DR", "label": "Director" },
"status": { "code": "C", "label": "Current" },
"appointedAt": "2015-02-01",
"ceasedAt": null,
"party": {
"type": "person",
"person": { "familyName": "SMITH", "givenNames": ["JANE", "LOUISE"], "formatted": "JANE LOUISE SMITH" },
"birth": { "date": "1975-04-03", "locality": "MELBOURNE", "stateOrCountry": "VIC" },
"organisation": null
},
"address": { "careOf": null, "line1": null, "street": "12 EXAMPLE STREET", "locality": "MELBOURNE", "state": "VIC", "postcode": "3000", "country": "AUSTRALIA" },
"sourceDocument": { "documentNumber": "0E5123456", "qualifier": null },
"cessationDocuments": [],
"court": null
}Compliance plan auditor quirk
For role CA (Compliance Plan Auditor) ASIC stores its internal person reference number in the field that normally holds an organisation number. The API surfaces it as party.organisation.number with numberType code NUMBER (Registration number) rather than treating it as an ACN, so do not run an ACN check digit test on it.
Secretaries are optional for proprietary companies
Since the Corporate Law Economic Reform Program Act 1999, a proprietary company is not required to appoint a secretary. When a company has no SR record, ASIC's printed extract carries the note: "Appointment of secretary is optional. In the event no secretary is appointed the director(s) assume the responsibilities under the Law." An empty result for role[]=SR is therefore normal for a small company and does not indicate missing data.
Director cessation documents and court orders
A director's ceased record can carry up to nine cessationDocuments, each with a document number, received date, form code, page count and a description when the document is a court document. When a court order affects a role, the court object gives the court type (Federal, Family or Supreme), the state, the application number and the year. See directors and secretaries for the Form 484 and Form 370 notifications that create these records.
Filtering office holders
curl "https://api.asicapi.dev/v1/companies/004085616/officeholders?status=all&role[]=DR&role[]=SR" \
-H "Authorization: Bearer $ASICAPI_KEY"status accepts current (default), former or all. role[] accepts any code from the table above and may be repeated. The endpoint reads the most recent extract you hold for the company and is free; former office holders require that extract to be historical. The response carries an extract reference with the id, type and asOf time of the snapshot it was read from, and meta.billable is false.
The same appointment from the person's side
Every office holder record also exists on ASIC's person index. After a free people search, purchase a person extract with POST /v1/people/extracts, then GET /v1/people/{personId}/roles lists every company in which that person holds or held a role, with the same role codes and a company summary on each row. This is how you check a director across all their companies rather than one company at a time.
Roles held by companies and roles on registers
Two neighbouring code tables use overlapping codes. Roles a company holds in other companies (the company roles table) are AG local agent, DR director, TM trust management company, TR trustee, UH ultimate holding company and RN responsible entity; they appear in rolesHeld on GET /v1/companies/{id}/relationships, which reads a purchased relational extract. Officer roles shown on the professional registers (the register officer roles table) are DR, EO, SR, AA, FE member of a futures exchange, RN, TN and CA; they appear as officeRoles on a purchased register extract.
Office holders endpoint
List current and former office holders of a company by ACN.
Directors and secretaries
How director and secretary appointments and resignations reach the register.
External administration
Liquidators, administrators, receivers and controllers explained.
Office holder role codes
The complete office holder roles table.
Company extracts: current, historical and relational
What an ASIC company extract is, how to purchase a current, historical or relational extract by ACN with asicapi, and how to read each section.
Directors and company secretaries in ASIC data
How ASIC records directors, alternate directors and secretaries, the Form 484 and Form 370 notifications behind each record, and how to verify a director.