Webex · Schema

AnonymousCallRejectionGet

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean `true` if the Anonymous Call Rejection feature is enabled.
View JSON Schema on GitHub

JSON Schema

webex-anonymouscallrejectionget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnonymousCallRejectionGet",
  "title": "AnonymousCallRejectionGet",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "`true` if the Anonymous Call Rejection feature is enabled."
    }
  }
}