Webex · Schema

UserDNDWebexGoOverridePatch

Request Payload to update the "Mobile User Aware" override setting for Do Not Disturb feature.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean True if the "Mobile User Aware" override setting for Do Not Disturb feature is enabled.
View JSON Schema on GitHub

JSON Schema

webex-userdndwebexgooverridepatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserDNDWebexGoOverridePatch",
  "title": "UserDNDWebexGoOverridePatch",
  "type": "object",
  "description": "Request Payload to update the \"Mobile User Aware\" override setting for Do Not Disturb feature.",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "True if the \"Mobile User Aware\" override setting for Do Not Disturb feature is enabled."
    }
  }
}