Webex · Schema

DisplayNameSelection

* `PERSON_NUMBER` - Indicates that devices will display the person's phone number, or if a person doesn't have a phone number, the location number 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-displaynameselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisplayNameSelection",
  "title": "DisplayNameSelection",
  "type": "string",
  "enum": [
    "PERSON_NUMBER",
    "PERSON_FIRST_THEN_LAST_NAME",
    "PERSON_LAST_THEN_FIRST_NAME"
  ],
  "description": " * `PERSON_NUMBER` - Indicates that devices will display the person's phone number, or if a person doesn't have a phone number, the location number 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"
}