Webex · Schema
GroupResponse
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | A unique identifier for the group. |
| displayName | string | The name of the group. |
| orgId | string | The ID of the organization to which this group belongs. |
| created | string | The timestamp indicating creation date/time of group |
| lastModified | string | The timestamp indicating lastModification time of group |
| memberSize | number | |
| members | array | An array of members |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GroupResponse",
"title": "GroupResponse",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvMjUxMDRiZTAtZjg3NC00MzQzLTk2MDctZGYwMmRmMzdiNWMxOjM0OGFkYjgxLTI4ZjktNGFiNS1iMmQ2LWU5YjQ5NGU3MmEwNg",
"description": "A unique identifier for the group."
},
"displayName": {
"type": "string",
"example": "Sales Group",
"description": "The name of the group."
},
"orgId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNDhhZGI4MS0yOGY5LTRhYjUtYjJkNi1lOWI0OTRlNzJhMDY",
"description": "The ID of the organization to which this group belongs."
},
"created": {
"type": "string",
"example": "2022-02-17T02:13:29.706Z",
"description": "The timestamp indicating creation date/time of group"
},
"lastModified": {
"type": "string",
"example": "2022-02-17T02:13:29.706Z",
"description": "The timestamp indicating lastModification time of group"
},
"memberSize": {
"type": "number",
"example": 1
},
"members": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Member"
},
"description": "An array of members"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-groupresponse"
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.