Webex · Schema

PostAutoAttendantObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Unique name for the auto attendant.
phoneNumber string Auto attendant phone number. Either `phoneNumber` or `extension` is mandatory.
extension string Auto attendant extension. Either `phoneNumber` or `extension` is mandatory.
firstName string First name defined for an auto attendant. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead.
lastName string Last name defined for an auto attendant. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead.
alternateNumbers array Alternate numbers defined for the auto attendant.
languageCode string Announcement language code for the auto attendant.
businessSchedule string Business hours defined for the auto attendant.
holidaySchedule string Holiday defined for the auto attendant.
extensionDialing string Extension dialing setting. If the values are not set default will be set as `ENTERPRISE`.
nameDialing string Name dialing setting. If the values are not set default will be set as `ENTERPRISE`.
timeZone string Time zone defined for the auto attendant.
businessHoursMenu object Business hours menu defined for the auto attendant.
afterHoursMenu object After hours menu defined for the auto attendant.
directLineCallerIdName object Settings for the direct line caller ID name to be shown for this auto attendant.
dialByName string The name to be used for dial by name functions. Characters of `%`, `+`, `\`, `"` and Unicode characters are not allowed.
View JSON Schema on GitHub

JSON Schema

webex-postautoattendantobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostAutoAttendantObject",
  "title": "PostAutoAttendantObject",
  "type": "object",
  "required": [
    "name",
    "businessSchedule",
    "businessHoursMenu",
    "afterHoursMenu"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "Main Line IA - Test",
      "description": "Unique name for the auto attendant."
    },
    "phoneNumber": {
      "type": "string",
      "example": "+19705550028",
      "description": "Auto attendant phone number.  Either `phoneNumber` or `extension` is mandatory."
    },
    "extension": {
      "type": "string",
      "example": "1001",
      "description": "Auto attendant extension.  Either `phoneNumber` or `extension` is mandatory."
    },
    "firstName": {
      "type": "string",
      "example": "Main Line AA",
      "description": "First name defined for an auto attendant. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead."
    },
    "lastName": {
      "type": "string",
      "example": "Test",
      "description": "Last name defined for an auto attendant. This field has been deprecated. Please use `directLineCallerIdName` and `dialByName` instead."
    },
    "alternateNumbers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlternateNumbersObject"
      },
      "description": "Alternate numbers defined for the auto attendant."
    },
    "languageCode": {
      "type": "string",
      "example": "en_us",
      "description": "Announcement language code for the auto attendant."
    },
    "businessSchedule": {
      "type": "string",
      "example": "AUTOATTENDANT-BUSINESS-HOURS",
      "description": "Business hours defined for the auto attendant."
    },
    "holidaySchedule": {
      "type": "string",
      "example": "AUTOATTENDANT-HOLIDAY",
      "description": "Holiday defined for the auto attendant."
    },
    "extensionDialing": {
      "type": "string",
      "enum": [
        "ENTERPRISE",
        "GROUP"
      ],
      "description": "Extension dialing setting. If the values are not set default will be set as `ENTERPRISE`."
    },
    "nameDialing": {
      "type": "string",
      "enum": [
        "ENTERPRISE",
        "GROUP"
      ],
      "description": "Name dialing setting. If the values are not set default will be set as `ENTERPRISE`."
    },
    "timeZone": {
      "type": "string",
      "example": "America/Los_Angeles",
      "description": "Time zone defined for the auto attendant."
    },
    "businessHoursMenu": {
      "$ref": "#/components/schemas/PostHoursMenuObject",
      "description": "Business hours menu defined for the auto attendant."
    },
    "afterHoursMenu": {
      "$ref": "#/components/schemas/PostHoursMenuObject",
      "description": "After hours menu defined for the auto attendant."
    },
    "directLineCallerIdName": {
      "$ref": "#/components/schemas/DirectLineCallerIdNameObject",
      "description": "Settings for the direct line caller ID name to be shown for this auto attendant."
    },
    "dialByName": {
      "type": "string",
      "example": "Hakim Smith",
      "description": "The name to be used for dial by name functions. Characters of `%`,  `+`, `\\`, `\"` and Unicode characters are not allowed."
    }
  }
}

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