Person

  • address
    Type: string
  • company
    Type: object

    Company as nested in person responses

    • customFields
      Type: object
    • id
      Type: stringFormat: uuid
    • industry
      Type: string
    • name
      Type: string
    • website
      Type: string
  • companyId
    Type: stringFormat: uuid
  • createdAt
    Type: stringFormat: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • customFields
    Type: object

    Custom field values keyed by field key

  • email
    Type: stringFormat: email
  • firstName
    Type: string
  • id
    Type: stringFormat: uuid
  • isConnector
    Type: boolean
  • isFullUser
    Type: boolean

    Whether this person has an active account

  • isSolutionProvider
    Type: boolean
  • lastName
    Type: string
  • latitude
    Type: numberFormat: double
  • longitude
    Type: numberFormat: double
  • phoneNumber
    Type: string
  • updatedAt
    Type: stringFormat: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z