LinkedIn · Example Payload

Linkedin Batchgetprofileassociations Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Batchgetprofileassociations Example is an example object payload from LinkedIn, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "batchGetProfileAssociations",
  "method": "GET",
  "path": "/salesNavigatorProfileAssociations",
  "summary": "LinkedIn Batch Fetch Profile Associations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SuccessResponse",
      "example": {
        "statuses": {
          "(sf-instance-001,salesforce,contact-12345)": 200,
          "(sf-instance-001,salesforce,contact-67890)": 200
        },
        "results": {
          "(sf-instance-001,salesforce,contact-12345)": {
            "member": "urn:li:person:ABC123def",
            "profile": "https://www.linkedin.com/sales/people/ABC123def",
            "profilePhoto": "https://media.licdn.com/dms/image/ABC123/profile.jpg"
          },
          "(sf-instance-001,salesforce,contact-67890)": {
            "member": "urn:li:person:XYZ789ghi",
            "profile": "https://www.linkedin.com/sales/people/XYZ789ghi"
          }
        },
        "errors": {}
      }
    }
  ]
}