Skip to main content

PrimaryContactProfile

A summary object containing details for a primary contact like name, email, phone number, etc.

type PrimaryContactProfile {
email: EmailAddress!
name: PersonName!
phone: PhoneNumber!
}

Fields

PrimaryContactProfile.email ● EmailAddress! non-null scalar

The email address of the primary contact.

PrimaryContactProfile.name ● PersonName! non-null object

The name of the primary contact.

PrimaryContactProfile.phone ● PhoneNumber! non-null object

The primary phone number of the contact.

Member of

Organization object