Webex · Schema

DirectoryMethod

* `XSI_DIRECTORY` - Set directory services to use standard XSI query method from the device. * `WEBEX_DIRECTORY` - Set directory services to use the Webex Enterprise directory.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-directorymethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DirectoryMethod",
  "title": "DirectoryMethod",
  "type": "string",
  "enum": [
    "XSI_DIRECTORY",
    "WEBEX_DIRECTORY"
  ],
  "description": " * `XSI_DIRECTORY` - Set directory services to use standard XSI query method from the device.\n * `WEBEX_DIRECTORY` - Set directory services to use the Webex Enterprise directory.\n"
}