The Directors object
A director or shareholder of the limited company. Identity fields are complemented by shareholding details, appointment and resignation dates, and an optional connected-person link for S455 aggregation.
Attributes
idstringPrefixed director ID (for example dir_1). Stable for the life of the record.
userIdstringPrefixed user ID when the director has a linked platform account, otherwise null (for example a spouse who holds shares but does not log in).
fullNamestringFull legal name of the director or shareholder.
emailstringEmail address, or null.
addressstringPostal address, or null.
isShareholderstringWhether this person is a shareholder. A dividend can only be declared to a shareholder.
sharesHeldstringNumber of shares held, or null. Feeds per-share dividend arithmetic.
shareClassstringShare class held (for example Ordinary). Defaults to Ordinary.
appointedDatestringDate of appointment (YYYY-MM-DD), or null.
resignedDatestringDate of resignation (YYYY-MM-DD), or null while active. Once stamped it is preserved.
activestringWhether the director is currently active. Set to false on resignation.
connectedToDirectorIdstringPrefixed director ID of the person this director is connected to for S455, or null. Set together with relationship.
relationshipstringRelationship to the connected director, one of
spouse, child, parent, or associate, or null. Set together with connectedToDirectorId.createdAtstringCreation timestamp, ISO 8601.
updatedAtstringLast-updated timestamp, ISO 8601.