LinkedIn · JSON Structure

Linkedin Sales Navigator Batch Profile Association Response Structure

BatchProfileAssociationResponse from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

BatchProfileAssociationResponse 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

statuses results errors

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-batch-profile-association-response-structure.json",
  "name": "BatchProfileAssociationResponse",
  "description": "BatchProfileAssociationResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "statuses": {
      "type": "object",
      "additionalProperties": {
        "type": "integer"
      }
    },
    "results": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/SalesNavigatorProfileAssociation"
      }
    },
    "errors": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}