Webex · Schema

CustomerGroupPostPatchResponse

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
schemas array An array of schema URNs.
id string Unique Customer Group Id.
meta object
displayName string A human readable name for the Customer Group.
description string Description of the group.
cisSyncSource string Sync Source.
memberSize integer Number of members in the group.
members array A list of members of the Group.
managedBy array Administrators of customer groups (email is not returned).
View JSON Schema on GitHub

JSON Schema

webex-customergrouppostpatchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerGroupPostPatchResponse",
  "title": "CustomerGroupPostPatchResponse",
  "type": "object",
  "required": [
    "schemas",
    "id",
    "meta",
    "displayName",
    "memberSize"
  ],
  "properties": {
    "schemas": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of schema URNs.",
      "example": [
        "urn:scim:schemas:core:1.0",
        "urn:scim:schemas:extension:cisco:commonidentity:1.0"
      ]
    },
    "id": {
      "type": "string",
      "description": "Unique Customer Group Id.",
      "example": "230898d8-f528-432f-93db-d138fa7fb20c"
    },
    "meta": {
      "$ref": "#/components/schemas/GroupMeta"
    },
    "displayName": {
      "type": "string",
      "description": "A human readable name for the Customer Group.",
      "example": "customerGroup09-101"
    },
    "description": {
      "type": "string",
      "description": "Description of the group.",
      "example": "Customer Group For PA63"
    },
    "cisSyncSource": {
      "type": "string",
      "description": "Sync Source.",
      "enum": [
        "SCIM",
        "DIRSYNC"
      ],
      "example": "SCIM"
    },
    "memberSize": {
      "type": "integer",
      "description": "Number of members in the group.",
      "example": 1
    },
    "members": {
      "type": "array",
      "description": "A list of members of the Group.",
      "items": {
        "$ref": "#/components/schemas/MemberResponse"
      }
    },
    "managedBy": {
      "type": "array",
      "description": "Administrators of customer groups (email is not returned).",
      "items": {
        "$ref": "#/components/schemas/ManagedByResponse"
      }
    }
  }
}

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