contact

Graphql fields and variables for the contact query

The contact record for a person on an account

Scope required: standard:read

For a complete list of possible response fields see the Contact type.

query contact ($id: ID, $code: String) {
  contact (id: $id, code: $code) {
    accountId
    code
    createdAt
    description
    email
    entityId
    firstName
    fullName
    id
    lastName
    linkedinUrl
    mailingCity
    mailingCountry
    mailingState
    mailingStreet
    mailingZip
    mobile
    phone
    portalAccess
    salutation
    title
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

ID or Code required

code

String

ID or Code required

Response

Last updated

Was this helpful?