Skip to main content

contact

Retrieve detailed information about a specific contact.

Returns comprehensive contact data including personal information, company associations, and authentication details. Access is restricted based on user permissions and contact relationships.

Possible errors:

  • CONTACT_NOT_FOUND_ERROR: Contact with the specified ID does not exist
  • CONTACT_FETCH_ERROR: Failed to retrieve contact information

AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('contactId if present in input matches JWT'))

contact(
id: Int!
): Contact!

Arguments

contact.id ● Int! non-null scalar

Unique identifier of the contact to retrieve.

Must be a positive integer representing a valid contact ID in the system.

Type

Contact object

Contact entity representing individual contacts and business relationships.

External entity from the contact service that provides contact identification and relationship information. Used as a reference for contact-specific attributes and relationship management within the attribute system.