AckdbPersonProfile

The person grain's L1 read: who they are, how we know them, where they work(ed), what just happened.

Properties

personAckdbPersonrequired
keysarray ofrequired
affiliationsarray ofrequired

Stints, active first — CAPPED by contactLimit.

totalAffiliationsintegerrequired

True edge count (tells you the list above was capped).

recentEventsarray ofrequired

Most recent events on the person timeline, interleaved across companies.

object

Example

AckdbPersonProfile example
{
  "person": {
    "personId": "01J8ZC2V9K3W4X5Y6Z7A8B9C0D",
    "name": "Elly Chen",
    "status": "active",
    "mergedInto": "string",
    "avatarUrl": "https://media.licdn.com/dms/image/v2/abc/profile.jpg",
    "createdAt": "1970-01-01T00:00:00.000Z",
    "updatedAt": "1970-01-01T00:00:00.000Z"
  },
  "keys": [
    {
      "personId": "string",
      "source": "emails",
      "externalIdType": "linkedin_url",
      "externalIdValue": "linkedin.com/in/ellychen",
      "confidence": 1,
      "evidencePayloadId": "string",
      "linkedAt": "1970-01-01T00:00:00.000Z"
    }
  ],
  "affiliations": [
    {
      "contact": {},
      "entityName": "Acme Corp"
    }
  ],
  "totalAffiliations": 0,
  "recentEvents": [
    {}
  ]
}