Webex · Schema

MetaObject

Response metadata.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
resourceType string
organizationID string
created string The date and time the group was created.
lastModified string The date and time the group was last changed.
version string The version of the user.
location string The resource itself.
View JSON Schema on GitHub

JSON Schema

webex-metaobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaObject",
  "title": "MetaObject",
  "type": "object",
  "description": "Response metadata.",
  "required": [
    "created",
    "lastModified",
    "version",
    "location"
  ],
  "properties": {
    "resourceType": {
      "type": "string",
      "example": "User"
    },
    "organizationID": {
      "type": "string",
      "example": "The organization ID of the user"
    },
    "created": {
      "type": "string",
      "example": "2023-01-11T17:38:31.605Z",
      "description": "The date and time the group was created."
    },
    "lastModified": {
      "type": "string",
      "example": "2023-01-11T17:38:31.605Z",
      "description": "The date and time the group was last changed."
    },
    "version": {
      "type": "string",
      "example": "\"W\\/\\\"e180ee84f0671b1\\\"\"",
      "description": "The version of the user."
    },
    "location": {
      "type": "string",
      "example": "https://webexapi.com/identity/scim/0ae87ade-8c8a-4952-af08-318798958d0c/v2/Users/3426a8e3-d414-4bf0-a493-4f6787632a13",
      "description": "The resource itself."
    }
  }
}

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/webex-metaobject"
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.