LinkedIn · Schema

BatchProfileAssociationResponse

BatchProfileAssociationResponse from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
statuses object
results object
errors object
View JSON Schema on GitHub

JSON Schema

linkedin-sales-navigator-batch-profile-association-response-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-batch-profile-association-response-schema.json",
  "title": "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"
      }
    }
  }
}