Webex · Schema

ExtensionType

* `PRIMARY` - Indicates that the extension is owned by the user. * `SECONDARY` - Indicates that the extension is not owned by the user and is a secondary line on one of the users devices.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-extensiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExtensionType",
  "title": "ExtensionType",
  "type": "string",
  "enum": [
    "PRIMARY",
    "SECONDARY"
  ],
  "description": " * `PRIMARY` - Indicates that the extension is owned by the user.\n * `SECONDARY` - Indicates that the extension is not owned by the user and is a secondary line on one of the users devices.\n"
}