LinkedIn · Schema

OrganizationResponse

Organization profile data

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Properties

Name Type Description
id integer Organization ID
name object
description object
tagline object
localizedName string
localizedDescription string
localizedTagline string
vanityName string
organizationType string
staffCountRange string
industriesV2 array
logoV2 object
coverPhotoV2 object
locations array
foundedOn object
entityStatus string
created object
lastModified object
View JSON Schema on GitHub

JSON Schema

linkedin-regulations-data-portability-organization-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-regulations-data-portability-organization-response-schema.json",
  "title": "OrganizationResponse",
  "description": "Organization profile data",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Organization ID",
      "example": 10002687
    },
    "name": {
      "$ref": "#/components/schemas/LocalizedString"
    },
    "description": {
      "$ref": "#/components/schemas/LocalizedString"
    },
    "tagline": {
      "$ref": "#/components/schemas/LocalizedString"
    },
    "localizedName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "localizedDescription": {
      "type": "string",
      "example": "Leading provider of innovative solutions"
    },
    "localizedTagline": {
      "type": "string",
      "example": "Innovation at its best"
    },
    "vanityName": {
      "type": "string",
      "example": "acme-corp"
    },
    "organizationType": {
      "type": "string",
      "enum": [
        "PUBLIC_COMPANY",
        "PRIVATELY_HELD",
        "GOVERNMENT_AGENCY",
        "NON_PROFIT",
        "PARTNERSHIP"
      ],
      "example": "PRIVATELY_HELD"
    },
    "staffCountRange": {
      "type": "string",
      "enum": [
        "SIZE_1",
        "SIZE_2_TO_10",
        "SIZE_11_TO_50",
        "SIZE_51_TO_200",
        "SIZE_201_TO_500",
        "SIZE_501_TO_1000",
        "SIZE_1001_TO_5000",
        "SIZE_5001_TO_10000",
        "SIZE_10001_OR_MORE"
      ],
      "example": "SIZE_201_TO_500"
    },
    "industriesV2": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "urn:li:industry:33"
      ]
    },
    "logoV2": {
      "$ref": "#/components/schemas/ImageReference"
    },
    "coverPhotoV2": {
      "$ref": "#/components/schemas/ImageReference"
    },
    "locations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OrganizationLocation"
      }
    },
    "foundedOn": {
      "$ref": "#/components/schemas/DateInfo"
    },
    "entityStatus": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ],
      "example": "ACTIVE"
    },
    "created": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "lastModified": {
      "$ref": "#/components/schemas/Timestamp"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/linkedin-regulations-data-portability-organization-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.