LinkedIn · JSON Structure

Linkedin Sales Navigator Sales Navigator Profile Association Structure

SalesNavigatorProfileAssociation from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

SalesNavigatorProfileAssociation is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

member profile profilePhoto

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-sales-navigator-sales-navigator-profile-association-structure.json",
  "name": "SalesNavigatorProfileAssociation",
  "description": "SalesNavigatorProfileAssociation from LinkedIn API",
  "type": "object",
  "properties": {
    "member": {
      "type": "string",
      "description": "LinkedIn Person URN",
      "example": "urn:li:person:ABC123def"
    },
    "profile": {
      "type": "uri",
      "description": "Absolute URL of the Sales Navigator profile",
      "example": "https://www.linkedin.com/sales/people/ABC123def"
    },
    "profilePhoto": {
      "type": "uri",
      "description": "Absolute URL of the LinkedIn profile photo (optional)",
      "example": "https://media.licdn.com/dms/image/ABC123/profile.jpg"
    }
  }
}