AckdbInternalUser

A known internal team member for contact classification.

Properties

idstring

ULID

emailstring (nullable)
namestring (nullable)
sourceIdsarray of
sourcestring
externalIdTypestring
externalIdValuestring
notesstring (nullable)
createdAtstring <date-time>

Example

AckdbInternalUser example
{
  "id": "string",
  "email": "string",
  "name": "string",
  "sourceIds": [
    {
      "source": "string",
      "externalIdType": "string",
      "externalIdValue": "string"
    }
  ],
  "notes": "string",
  "createdAt": "1970-01-01T00:00:00.000Z"
}