LinkedIn · Schema
ValidateTheUsersOrganizationResponse200
ValidateTheUsersOrganizationResponse200 from LinkedIn API
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| paging | object | |
| elements | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-leads-validate-the-users-organization-response200-schema.json",
"title": "ValidateTheUsersOrganizationResponse200",
"description": "ValidateTheUsersOrganizationResponse200 from LinkedIn API",
"type": "object",
"properties": {
"paging": {
"type": "object",
"properties": {
"start": {
"type": "integer"
},
"count": {
"type": "integer"
},
"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": "integer"
}
}
},
"role": {
"type": "string"
},
"created": {
"type": "object",
"properties": {
"actor": {
"type": "string"
},
"impersonator": {
"type": "string"
},
"time": {
"type": "integer"
}
}
},
"organization": {
"type": "string"
}
}
}
}
}
}