Webex · Schema

ManagedBy

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string The admin’s organization ID. It represents either the partner organization that owns the customer group or an external administrator’s organization
type string Type of administrator.
id string Entryuuid of the user.
email string Email of the user. Either Email or id is required in managedBy field
roles array The roles assigned to the admin for managing the customer group.
View JSON Schema on GitHub

JSON Schema

webex-managedby-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedBy",
  "title": "ManagedBy",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "description": "The admin\u2019s organization ID. It represents either the partner organization that owns the customer group or an external administrator\u2019s organization\n",
      "example": "09ebb769-3098-4446-9093-4b39b296602b"
    },
    "type": {
      "type": "string",
      "description": "Type of administrator.",
      "enum": [
        "user"
      ],
      "example": "user"
    },
    "id": {
      "type": "string",
      "description": "Entryuuid of the user.",
      "example": "cb092233-b3e6-48fd-ab42-551f8cb01513"
    },
    "email": {
      "type": "string",
      "description": "Email of the user. Either Email or id is required in managedBy field",
      "example": "user@example.com"
    },
    "roles": {
      "type": "array",
      "description": "The roles assigned to the admin for managing the customer group.",
      "items": {
        "type": "string"
      }
    }
  }
}

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-managedby"
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.