Webex · Schema

DeviceTypeObject

* `PRIMARY` - Primary line for the user. * `SHARED_CALL_APPEARANCE` - Shared line for the user. A shared line allows users to receive and place calls to and from another user's extension, using their own device. * `MOBILITY` - Device is a shared line.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-devicetypeobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceTypeObject",
  "title": "DeviceTypeObject",
  "type": "string",
  "enum": [
    "PRIMARY",
    "SHARED_CALL_APPEARANCE",
    "MOBILITY"
  ],
  "description": " * `PRIMARY` - Primary line for the user.\n * `SHARED_CALL_APPEARANCE` - Shared line for the user. A shared line allows users to receive and place calls to and from another user's extension, using their own device.\n * `MOBILITY` - Device is a shared line.\n"
}