Contact Record Information
GET contact record information for a specific contact.
- Minimum required fields
The
contactId
is required.- Methods
GET
- JSON
Request:
/services/data/v32.0/connect/datacloud/contacts/{contactId}
Details about the response.
If the record hasn’t been purchased, some of the fields are hidden with asterisks. If you have purchased the record, all fields are visible.
Property Name | Type | Description |
---|---|---|
address | ConnectApi.Address | A postal address for the company where this contact works. The address has subcomponents. |
companyId | String | The unique numerical identifier for the company at which the contact works. |
companyName | String | The name of the company at which the contact works. |
contactId | String | The unique numerical identifier for a contact. |
department | String | The name of the department to which the contact is assigned. |
email | String | An email address for this contact. |
firstName | String | The first name of a contact. |
isInactive | Boolean | A true or false response. True means that the record is no longer active. False means that the contact is still valid and active. |
isOwned | Boolean | Specifies whether your organization owns this contact. |
lastName | String | The last name of a contact. |
level | String | A human resource label designating a person’s level in the company. |
phoneNumbers | ConnectApi.PhoneNumber | The phone number has subcomponents. |
title | String | The job title for a contact. |
updatedDate | Date | The date when the information for this contact was updated. |