LinkedIn · Schema

SalesNavigatorProfileAssociation

SalesNavigatorProfileAssociation from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
member string LinkedIn Person URN
profile string Absolute URL of the Sales Navigator profile
profilePhoto string Absolute URL of the LinkedIn profile photo (optional)
View JSON Schema on GitHub

JSON Schema

linkedin-sales-navigator-sales-navigator-profile-association-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-schema.json",
  "title": "SalesNavigatorProfileAssociation",
  "description": "SalesNavigatorProfileAssociation from LinkedIn API",
  "type": "object",
  "properties": {
    "member": {
      "type": "string",
      "description": "LinkedIn Person URN",
      "example": "urn:li:person:ABC123def"
    },
    "profile": {
      "type": "string",
      "format": "uri",
      "description": "Absolute URL of the Sales Navigator profile",
      "example": "https://www.linkedin.com/sales/people/ABC123def"
    },
    "profilePhoto": {
      "type": "string",
      "format": "uri",
      "description": "Absolute URL of the LinkedIn profile photo (optional)",
      "example": "https://media.licdn.com/dms/image/ABC123/profile.jpg"
    }
  }
}