Webex · Schema

LineKeyLabelSelection

* `PERSON_EXTENSION` - This will display the person extension, or if a person doesn't have an extension, the person's first name will be displayed. * `PERSON_FIRST_THEN_LAST_NAME` - Indicates that devices will display the name in first name then last name format. * `PERSON_LAST_THEN_FIRST_NAME` - Indicates that devices will display the name in last name then first name format.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-linekeylabelselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineKeyLabelSelection",
  "title": "LineKeyLabelSelection",
  "type": "string",
  "enum": [
    "PERSON_EXTENSION",
    "PERSON_FIRST_THEN_LAST_NAME",
    "PERSON_LAST_THEN_FIRST_NAME"
  ],
  "description": " * `PERSON_EXTENSION` - This will display the person extension, or if a person doesn't have an extension, the person's first name will be displayed.\n * `PERSON_FIRST_THEN_LAST_NAME` - Indicates that devices will display the name in first name then last name format.\n * `PERSON_LAST_THEN_FIRST_NAME` - Indicates that devices will display the name in last name then first name format.\n"
}