LinkedIn · Schema

ComplianceAuthorizationRequest

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
member string URN of the member to regulate
View JSON Schema on GitHub

JSON Schema

linkedin-complianceauthorizationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceAuthorizationRequest",
  "title": "ComplianceAuthorizationRequest",
  "type": "object",
  "properties": {
    "member": {
      "type": "string",
      "description": "URN of the member to regulate",
      "example": "urn:li:person:ABC123def"
    }
  },
  "required": [
    "member"
  ]
}