AckdbContactUpdateRequest

Any subset. `title` and `status` transitions emit timeline events (see the endpoint description).

Properties

namestring
emailstring
phonestring
titlestring
departmentstring
linkedinUrlstring
avatarUrlstring (nullable)

Photo URL — written to the edge's PERSON (http(s) only). `null` clears it.

isExternalboolean
statusstring

`former` ends the affiliation (stamps endedAt + emits contact.ended).

"active""former""disabled"
endedAtstring <date-time>

When the affiliation ended. Only read when status becomes `former`; defaults to now.

Example

AckdbContactUpdateRequest example
{
  "name": "string",
  "email": "string",
  "phone": "string",
  "title": "string",
  "department": "string",
  "linkedinUrl": "string",
  "avatarUrl": "string",
  "isExternal": false,
  "status": "active",
  "endedAt": "1970-01-01T00:00:00.000Z"
}