Skip to main content
GET
List client entities

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

lastUpdated
string<date-time>

Only entities changed on or after this UTC time (incremental sync).

pageNumber
integer<int32>

1-based page index (1–10000).

name
string

Substring match on entity first/given name (afEntityName).

otherName
string

Substring match on other/trading name (afOtherName).

surname
string

Substring match on surname (afEntitySurname).

email
string

Substring match on email (afEntityEmail).

Response

OK

entityKey
string<uuid> | null
externalSystemID
string | null
entityCode
string | null
fullEntityName
string | null
entitySalutation
string | null

Friendly or preferred name for the client (not an honorific title such as Mr or Ms).

entityInitials
string | null
entityBirthDate
string<date> | null
entityIncorporationDate
string<date> | null
entityBirthPlace
string | null
entityEmail
string | null
entityTelephone
string | null
entityMobile
string | null
entitySalesTaxNumber
string | null
entityRegNumber
string | null
entityIDNumber
string | null
entityTerminated
boolean
entityType
string | null
officeName
string | null
groupName
string | null
isTaxEntity
boolean
isAMLEntity
boolean
isSecEntity
boolean
partnerName
string | null
managerName
string | null
inChargeName
string | null
updatedOn
string<date-time> | null