LinkedIn · Schema
ValidateTheUsersOrganizationResponse200
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| paging | object | |
| elements | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ValidateTheUsersOrganizationResponse200",
"title": "ValidateTheUsersOrganizationResponse200",
"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"
}
}
}
}
}
}