Home
LinkedIn
Linkedin Marketing Community Retrieve An Administered Organization Response200 Structure
Linkedin Marketing Community Retrieve An Administered Organization Response200 Structure
RetrieveAnAdministeredOrganizationResponse200 from LinkedIn API
Type: object
Properties: 16
Business Careers Marketing Professional Networking Recruiting Social Media Fortune 1000
RetrieveAnAdministeredOrganizationResponse200 is a JSON Structure definition published by LinkedIn, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
vanityName
localizedName
website
groups
versionTag
defaultLocale
alternativeNames
specialties
parentRelationship
localizedSpecialties
industries
name
primaryOrganizationType
id
autoCreated
localizedWebsite
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-community-retrieve-an-administered-organization-response200-structure.json",
"name": "RetrieveAnAdministeredOrganizationResponse200",
"description": "RetrieveAnAdministeredOrganizationResponse200 from LinkedIn API",
"type": "object",
"properties": {
"vanityName": {
"type": "string",
"example": "Example Name"
},
"localizedName": {
"type": "string",
"example": "Example Name"
},
"website": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"en_US": {
"type": "string"
}
}
},
"preferredLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
}
}
},
"groups": {
"type": "array",
"items": {}
},
"versionTag": {
"type": "string",
"example": "example_value"
},
"defaultLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
},
"alternativeNames": {
"type": "array",
"items": {}
},
"specialties": {
"type": "array",
"items": {}
},
"parentRelationship": {
"type": "object",
"properties": {
"relationshipStatus": {
"type": "string"
},
"parent": {
"type": "string"
}
}
},
"localizedSpecialties": {
"type": "array",
"items": {}
},
"industries": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"en_US": {
"type": "string"
}
}
},
"preferredLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
}
}
},
"primaryOrganizationType": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "int32",
"example": 42
},
"autoCreated": {
"type": "boolean",
"example": true
},
"localizedWebsite": {
"type": "string",
"example": "example_value"
}
}
}