Webex · Schema

DeviceLineType

* `PRIMARY` - Primary line for the member. * `SHARED_CALL_APPEARANCE` - Shared line for the member. 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. * `HOTDESKING_GUEST` - Device is a hotdesking guest.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-devicelinetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceLineType",
  "title": "DeviceLineType",
  "type": "string",
  "enum": [
    "PRIMARY",
    "SHARED_CALL_APPEARANCE",
    "MOBILITY",
    "HOTDESKING_GUEST"
  ],
  "description": " * `PRIMARY` - Primary line for the member.\n * `SHARED_CALL_APPEARANCE` - Shared line for the member. 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 * `HOTDESKING_GUEST` - Device is a hotdesking guest.\n"
}