Webex · Schema

UserLicenseType

* `BASIC_USER` - License type is webex calling standard user. * `PROFESSIONAL_USER` - License type is webex calling professional user. * `WORKSPACE` - License type is webex calling common area workspace. * `PROFESSIONAL_WORKSPACE` - License type is webex calling professional workspace. * `VIRTUAL_PROFILE` - License type is webex calling virtual profile.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-userlicensetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserLicenseType",
  "title": "UserLicenseType",
  "type": "string",
  "enum": [
    "BASIC_USER",
    "PROFESSIONAL_USER",
    "WORKSPACE",
    "PROFESSIONAL_WORKSPACE",
    "VIRTUAL_PROFILE"
  ],
  "description": " * `BASIC_USER` - License type is webex calling standard user.\n * `PROFESSIONAL_USER` - License type is webex calling professional user.\n * `WORKSPACE` - License type is webex calling common area workspace.\n * `PROFESSIONAL_WORKSPACE` - License type is webex calling professional workspace.\n * `VIRTUAL_PROFILE` - License type is webex calling virtual profile.\n"
}