LinkedIn · JSON Structure

Linkedin Marketing Leads Validate The Users Organization Response200 Structure

ValidateTheUsersOrganizationResponse200 from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

paging elements

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-marketing-leads-validate-the-users-organization-response200-structure.json",
  "name": "ValidateTheUsersOrganizationResponse200",
  "description": "ValidateTheUsersOrganizationResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "int32"
        },
        "count": {
          "type": "int32"
        },
        "links": {
          "type": "array",
          "items": {}
        }
      }
    },
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "roleAssignee": {
            "type": "string"
          },
          "state": {
            "type": "string"
          },
          "lastModified": {
            "type": "object",
            "properties": {
              "actor": {
                "type": "string"
              },
              "impersonator": {
                "type": "string"
              },
              "time": {
                "type": "int32"
              }
            }
          },
          "role": {
            "type": "string"
          },
          "created": {
            "type": "object",
            "properties": {
              "actor": {
                "type": "string"
              },
              "impersonator": {
                "type": "string"
              },
              "time": {
                "type": "int32"
              }
            }
          },
          "organization": {
            "type": "string"
          }
        }
      }
    }
  }
}