LinkedIn · JSON Structure

Linkedin Marketing Community Find Nonadministered Organization Response200 Structure

FindNonadministeredOrganizationResponse200 from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

FindNonadministeredOrganizationResponse200 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

results statuses errors

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-community-find-nonadministered-organization-response200-structure.json",
  "name": "FindNonadministeredOrganizationResponse200",
  "description": "FindNonadministeredOrganizationResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "results": {
      "type": "object",
      "properties": {
        "3803": {
          "type": "object",
          "properties": {
            "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"
            },
            "vanityName": {
              "type": "string"
            },
            "locations": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "staffCountRange": {
                    "type": "string"
                  },
                  "locationType": {
                    "type": "string"
                  },
                  "address": {
                    "type": "object",
                    "properties": {
                      "country": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            },
            "localizedName": {
              "type": "string"
            },
            "id": {
              "type": "int32"
            }
          }
        },
        "79988552": {
          "type": "object",
          "properties": {
            "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"
            },
            "vanityName": {
              "type": "string"
            },
            "locations": {
              "type": "array",
              "items": {}
            },
            "localizedName": {
              "type": "string"
            },
            "id": {
              "type": "int32"
            }
          }
        }
      }
    },
    "statuses": {
      "type": "object",
      "properties": {
        "3803": {
          "type": "int32"
        },
        "79988552": {
          "type": "int32"
        }
      }
    },
    "errors": {
      "type": "object",
      "properties": {}
    }
  }
}