asicapidocs

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.

FieldWhat ASIC records
roleOne of the 37 role codes below, for example DR for Director
statusC current, E ceased (former) or F future
appointedAtDate of appointment, or null if ASIC does not hold it
ceasedAtDate the appointment ended, null while current
partyThe person (family name, given names, birth date and place) or the organisation (ACN or ARBN, name, ABN)
addressThe address notified for the office holder
sourceDocumentThe ASIC document that last changed this record, for example a Form 484
cessationDocumentsUp to nine documents that affect a director's cessation
courtCourt 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

CodeRoleWhat it means
DRDirectorA member of the board responsible for managing the company's business.
LDAlternate DirectorA person appointed by a director to act in their place for a period.
SRSecretaryThe officer responsible for the company's administrative and ASIC compliance obligations.
EOPrevious Executive OfficerA former senior executive recorded under older law that required their notification.
SBSubscriberA person who agreed to take shares at the time the company was registered.
DADeregistration ApplicantThe person who applied for voluntary deregistration of the company.
UHUltimate Holding CompanyThe company at the top of a corporate group that ultimately controls this company.
AGLocal AgentThe Australian representative of a foreign company or registered Australian body.
TRTrusteeA trustee recorded against a trust or scheme in ASIC's records.
TCTransfer of ControlThe party to whom control of the company passed under a transfer arrangement.
PTPetitioner Court ActionThe party who petitioned the court in proceedings against the company.

Auditors

CodeRoleWhat it means
AAAppointed AuditorThe registered auditor appointed to audit the company's financial reports.
CACompliance Plan AuditorThe auditor of a managed investment scheme's compliance plan.
MAScheme AuditorThe auditor of a managed investment scheme's financial statements.

Liquidation and winding up

CodeRoleWhat it means
AQAppointed LiquidatorA liquidator appointed to wind up the company where the type of winding up is not separately coded.
CQAppointed Liquidator (Court Winding Up)A liquidator appointed by court order on the application of a creditor or other party.
MQAppointed Liquidator (Members Voluntary Winding Up)A liquidator appointed by solvent members who chose to close the company.
VQAppointed Liquidator (Creditors Voluntary Winding Up)A liquidator appointed when an insolvent company's members and creditors resolve to wind it up.
PQProvisional LiquidatorA liquidator appointed by the court to preserve assets before a winding up application is decided.
OQOfficial LiquidatorA liquidator formerly registered to take court appointments, a category that ceased on 1 March 2017.
BILiquidator of a Simplified LiquidationA liquidator running the streamlined process for eligible small companies introduced in 2021.
PWPerson Winding Up a SchemeThe person appointed to wind up a managed investment scheme.

Administration and restructuring

CodeRoleWhat it means
ACAdministrator of a Company under AdministrationAn insolvency practitioner appointed to take control of a company during voluntary administration.
ADAdministrator under a Deed of Company ArrangementThe administrator supervising a deed agreed between the company and its creditors.
BMRestructuring PractitionerThe practitioner appointed under the small business restructuring process.
BPRestructuring Plan PractitionerThe practitioner administering a restructuring plan once creditors have accepted it.
OMOfficial ManagerA manager appointed under the historical official management regime.
CMOfficial Manager (Court)An official manager appointed by the court under that historical regime.
DMDeputy Official ManagerA deputy to an official manager under the historical regime.
SMScheme ManagerThe manager of a scheme of arrangement under Part 5.1 of the Corporations Act.

Receivers and controllers

CodeRoleWhat it means
RCReceiverA person appointed, usually by a secured creditor, to collect and realise particular property.
RMReceiver ManagerA receiver who also has power to manage the company's business.
CRControllerAnyone in possession or control of company property to enforce a security interest.
MCManaging ControllerA controller with power to manage the company's business.

Managed investment scheme roles

CodeRoleWhat it means
RNResponsible EntityThe public company that operates a registered managed investment scheme.
RYProposed Responsible EntityAn entity nominated to become the responsible entity of a scheme.
TNTemporary Responsible EntityAn 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:

Office holder
{
  "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

Request
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.

On this page