Webex · Schema
UserModeManagementFeatureObject
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | A unique identifier for the feature. |
| name | string | Unique name for the feature. |
| type | object | Defines the scheduling of the operating mode. |
| phoneNumber | string | The primary phone number configured for the feature. |
| extension | string | The extension configured for the feature. |
| modeBasedForwardingEnabled | boolean | A flag to indicate whether mode-based call forwarding is enabled for the feature. |
| forwardDestination | string | The destination for call forwarding if mode-based call forwarding is enabled. |
| currentOperatingModeName | string | Name of the current operating mode. |
| currentOperatingModeId | string | Unique identifier for the current operating mode. |
| exceptionType | object | Defines the exception through which the current operating mode is set as active for the feature. |
| location | object | Location object that has a unique identifier for the location and its name. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UserModeManagementFeatureObject",
"title": "UserModeManagementFeatureObject",
"type": "object",
"required": [
"id",
"name",
"type",
"modeBasedForwardingEnabled",
"exceptionType"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
"description": "A unique identifier for the feature."
},
"name": {
"type": "string",
"example": "Test Feature",
"description": "Unique name for the feature."
},
"type": {
"$ref": "#/components/schemas/ModeManagementFeatureTypeObject",
"description": "Defines the scheduling of the operating mode."
},
"phoneNumber": {
"type": "string",
"example": "+19705550028",
"description": "The primary phone number configured for the feature."
},
"extension": {
"type": "string",
"example": "0028",
"description": "The extension configured for the feature."
},
"modeBasedForwardingEnabled": {
"type": "boolean",
"example": true,
"description": "A flag to indicate whether mode-based call forwarding is enabled for the feature."
},
"forwardDestination": {
"type": "string",
"example": "+19705550028",
"description": "The destination for call forwarding if mode-based call forwarding is enabled."
},
"currentOperatingModeName": {
"type": "string",
"example": "Day Operating Mode",
"description": "Name of the current operating mode."
},
"currentOperatingModeId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzIxM2I1ZTIwLTljMjAtNDUwNi1iYWE3LTE0OGE0NWQyZWY4OQ",
"description": "Unique identifier for the current operating mode."
},
"exceptionType": {
"$ref": "#/components/schemas/ExceptionTypeObject",
"description": "Defines the exception through which the current operating mode is set as active for the feature."
},
"location": {
"$ref": "#/components/schemas/location",
"description": "Location object that has a unique identifier for the location and its name."
}
}
}
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-usermodemanagementfeatureobject"
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.