Webex · Schema

BulkUser

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
schemas array Input JSON schemas.
failOnErrors number An integer specifying the maximum number of errors that the service provider will accept before the operation is terminated and an error response is returned.
operations array Contains a list of bulk operations for POST/PATCH/DELETE operations.
View JSON Schema on GitHub

JSON Schema

webex-bulkuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkUser",
  "title": "BulkUser",
  "type": "object",
  "required": [
    "schemas",
    "failOnErrors",
    "operations"
  ],
  "properties": {
    "schemas": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "urn:ietf:params:scim:api:messages:2.0:BulkRequest"
      },
      "description": "Input JSON schemas."
    },
    "failOnErrors": {
      "type": "number",
      "example": 99,
      "description": "An integer specifying the maximum number of errors that the service provider will accept before the operation is terminated and an error response is returned."
    },
    "operations": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "method",
          "path"
        ],
        "properties": {
          "method": {
            "type": "string",
            "enum": [
              "POST",
              "PATCH",
              "DELETE"
            ],
            "description": "The HTTP method of the current operation."
          },
          "path": {
            "type": "string",
            "example": "/Users/2819c223-7f76-453a-919d-413861904646",
            "description": "The resource's relative path. If the method is POST, the value must specify a resource type endpoint, for example `/Users` or `/Groups`. All other method values must specify the path to a specific resource."
          },
          "data": {
            "type": "string",
            "example": "JSON text",
            "description": "The Resource JSON data as it appears for a single POST or PATCH resource operation."
          },
          "bulkId": {
            "type": "string",
            "example": "ytrewq",
            "description": "The transient identifier of a newly created resource, unique within a bulk request and created by the client."
          }
        }
      },
      "description": "Contains a list of bulk operations for POST/PATCH/DELETE operations."
    }
  }
}

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