LinkedIn · JSON Structure

Linkedin Learning Activity Reports Learner Entity Structure

LearnerEntity from LinkedIn API

Type: object Properties: 4
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

accountUrn groupUrn learnerUrn contentUrn

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-learning-activity-reports-learner-entity-structure.json",
  "name": "LearnerEntity",
  "description": "LearnerEntity from LinkedIn API",
  "type": "object",
  "properties": {
    "accountUrn": {
      "type": "string",
      "description": "URN of the enterprise account",
      "example": "urn:li:enterpriseAccount:999"
    },
    "groupUrn": {
      "type": "string",
      "description": "URN of the learner group (if grouped by group)",
      "example": "urn:li:learnerGroup:456"
    },
    "learnerUrn": {
      "type": "string",
      "description": "URN of the individual learner (if grouped by individual)",
      "example": "urn:li:learner:789"
    },
    "contentUrn": {
      "type": "string",
      "description": "URN of the content (if grouped by content)",
      "example": "urn:li:learningCourse:123"
    }
  }
}