The Directors object
A director or shareholder of the limited company. Core identity fields are complemented by shareholding details, appointment/ resignation dates, and optional connected person links for S455 aggregation.
Attributes
id stringPrefixed director ID (e.g. dir_1). Immutable after creation.
userId stringPrefixed user ID if the director has a linked user account, or
null.fullName stringFull legal name of the director or shareholder.
email stringOptional email address.
address stringOptional postal address, max 2000 characters.
isShareholder stringWhether this person is a shareholder. Controls dividend allocation eligibility.
sharesHeld stringNumber of shares held. Used to calculate dividend per share.
shareClass stringShare class held (e.g. Ordinary, A Ordinary). Defaults to Ordinary.
appointedDate stringDate of appointment as director (YYYY-MM-DD), or
null.resignedDate stringDate of resignation, or
null if still active.active stringWhether the director is currently active. Set to
false on resignation.connectedToDirectorId stringPrefixed director ID of the connected person (e.g. dir_1), or
null. Used for S455 aggregation.relationship stringRelationship to the connected director:
spouse, child, parent, or associate. Required when connectedToDirectorId is provided.createdAt stringISO 8601 creation timestamp.
updatedAt stringISO 8601 last-updated timestamp.