Graphql fields and variables for the contact query
Last updated 7 months ago
Was this helpful?
The contact record for a person on an account
Scope required: standard:read
For a complete list of possible response fields see the 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 } }
id
ID
ID or Code required
code
String