Webex · Schema

AccessLevel

* `FULL_ACCESS` - User has full access. * `NO_ACCESS` - User does not have access.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-accesslevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessLevel",
  "title": "AccessLevel",
  "type": "string",
  "enum": [
    "FULL_ACCESS",
    "NO_ACCESS"
  ],
  "description": " * `FULL_ACCESS` - User has full access.\n * `NO_ACCESS` - User does not have access.\n"
}