Webex · Schema
IncomingPermissionSetting
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| useCustomEnabled | boolean | When true, indicates that this virtual line uses the specified calling permissions for receiving inbound calls rather than the organizational defaults. |
| externalTransfer | string | Specifies the transfer behavior for incoming, external calls. * `ALLOW_ALL_EXTERNAL` - Allow transfer and forward for all external calls including those which were transferred. * `ALLOW_ONLY_TRANSFERR |
| internalCallsEnabled | boolean | Internal calls are allowed to be received. |
| collectCallsEnabled | boolean | Collect calls are allowed to be received. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IncomingPermissionSetting",
"title": "IncomingPermissionSetting",
"type": "object",
"required": [
"useCustomEnabled",
"externalTransfer",
"internalCallsEnabled",
"collectCallsEnabled"
],
"properties": {
"useCustomEnabled": {
"type": "boolean",
"description": "When true, indicates that this virtual line uses the specified calling permissions for receiving inbound calls rather than the organizational defaults."
},
"externalTransfer": {
"type": "string",
"enum": [
"ALLOW_ALL_EXTERNAL",
"ALLOW_ONLY_TRANSFERRED_EXTERNAL",
"BLOCK_ALL_EXTERNAL"
],
"description": "Specifies the transfer behavior for incoming, external calls.\n * `ALLOW_ALL_EXTERNAL` - Allow transfer and forward for all external calls including those which were transferred.\n * `ALLOW_ONLY_TRANSFERRED_EXTERNAL` - Only allow transferred calls to be transferred or forwarded and disallow transfer of other external calls.\n * `BLOCK_ALL_EXTERNAL` - Block all external calls from being transferred or forwarded.\n"
},
"internalCallsEnabled": {
"type": "boolean",
"example": true,
"description": "Internal calls are allowed to be received."
},
"collectCallsEnabled": {
"type": "boolean",
"example": true,
"description": "Collect calls are allowed to be received."
}
}
}
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-incomingpermissionsetting"
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.