LinkedIn · Schema

SalesNavigatorProfileAssociationKey

SalesNavigatorProfileAssociationKey from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
partner string ID of the CRM partner that synced with Sales Navigator
instanceId string ID of the CRM instance that synced with Sales Navigator
recordId string ID of the CRM record
View JSON Schema on GitHub

JSON Schema

linkedin-sales-navigator-sales-navigator-profile-association-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-sales-navigator-sales-navigator-profile-association-key-schema.json",
  "title": "SalesNavigatorProfileAssociationKey",
  "description": "SalesNavigatorProfileAssociationKey from LinkedIn API",
  "type": "object",
  "properties": {
    "partner": {
      "type": "string",
      "description": "ID of the CRM partner that synced with Sales Navigator",
      "example": "salesforce"
    },
    "instanceId": {
      "type": "string",
      "description": "ID of the CRM instance that synced with Sales Navigator",
      "example": "sf-instance-001"
    },
    "recordId": {
      "type": "string",
      "description": "ID of the CRM record",
      "example": "contact-12345"
    }
  }
}