LinkedIn · JSON Structure

Linkedin Marketing Campaigns Organization Acl Structure

OrganizationAcl from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

OrganizationAcl 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

organization role state

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-campaigns-organization-acl-structure.json",
  "name": "OrganizationAcl",
  "description": "OrganizationAcl from LinkedIn API",
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Organization URN",
      "example": "urn:li:organization:12345678"
    },
    "role": {
      "type": "string",
      "enum": [
        "ADMINISTRATOR",
        "DIRECT_SPONSORED_CONTENT_POSTER",
        "RECRUITING_POSTER",
        "LEAD_GEN_FORMS_MANAGER"
      ],
      "description": "Role in the organization",
      "example": "ADMINISTRATOR"
    },
    "state": {
      "type": "string",
      "enum": [
        "APPROVED",
        "REVOKED",
        "REQUESTED"
      ],
      "description": "State of the role assignment",
      "example": "APPROVED"
    }
  }
}