AckdbContactGraphContact

A contact affiliation projection used as an org-chart node.

Properties

contactIdstringrequired
entityIdstringrequired
personIdstringrequired
namestring (nullable)required
emailstring (nullable)required
titlestring (nullable)required
departmentstring (nullable)required
avatarUrlstring <uri> (nullable)required
isExternalbooleanrequired
statusstringrequired
"active""former""disabled"
startedAtstring <date-time> (nullable)required
endedAtstring <date-time> (nullable)required

Example

AckdbContactGraphContact example
{
  "contactId": "string",
  "entityId": "string",
  "personId": "string",
  "name": "string",
  "email": "string",
  "title": "string",
  "department": "string",
  "avatarUrl": "https://example.com",
  "isExternal": false,
  "status": "active",
  "startedAt": "1970-01-01T00:00:00.000Z",
  "endedAt": "1970-01-01T00:00:00.000Z"
}