AckdbContactGraphContact
A contact affiliation projection used as an org-chart node.
Properties
contactIdstringrequiredentityIdstringrequiredpersonIdstringrequirednamestring (nullable)requiredemailstring (nullable)requiredtitlestring (nullable)requireddepartmentstring (nullable)requiredavatarUrlstring <uri> (nullable)requiredisExternalbooleanrequiredstatusstringrequired"active""former""disabled"startedAtstring <date-time> (nullable)requiredendedAtstring <date-time> (nullable)requiredExample
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"
}