Skip to main content

ListPersonsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ListPersonsResponseBody.json
items object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/PersonView.json
    activeCardUuidsstring[]nullable
    birthdatedate-time
    consent object
    marketingEmail object
    basisstring
    givenbooleanrequired
    givenAtdate-time
    revokedAtdate-time
    sourcestring
    marketingPhone object
    basisstring
    givenbooleanrequired
    givenAtdate-time
    revokedAtdate-time
    sourcestring
    profiling object
    basisstring
    givenbooleanrequired
    givenAtdate-time
    revokedAtdate-time
    sourcestring
    customFields object
    property name*any
    emails object[]
  • Array [
  • addressstringrequired
    labelstring
    optInboolean
    optInAtdate-time
    optInSourcestring
    primaryboolean
    verifiedboolean
  • ]
  • firstNamestring
    languagestring
    lastNamestring
    notesstring
    phones object[]
  • Array [
  • labelstring
    numberstringrequired
    primaryboolean
  • ]
  • sources object[]
  • Array [
  • conflictReviewUuidstring
    externalIdstring
    importedAtdate-timerequired
    importerstringrequired
    jobUuidstring
    rawPayloadRefstring
  • ]
  • tagsstring[]nullable
    tenantIdstringrequired
    titlestring
    uuidstringrequired
  • ]
  • meta objectrequired
    countint64required

    Number of items in this page

    limitint64required
    skipint64required
    ListPersonsResponseBody
    {
    "$schema": "https://example.com/schemas/ListPersonsResponseBody.json",
    "items": "Unknown Type: array,null",
    "meta": {
    "count": 0,
    "limit": 0,
    "skip": 0
    }
    }