Webex · Schema

ModifyVoicemailPasscode

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
passcode string Voicemail access passcode. The minimum length of the passcode is 6 and the maximum length is 30.
View JSON Schema on GitHub

JSON Schema

webex-modifyvoicemailpasscode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyVoicemailPasscode",
  "title": "ModifyVoicemailPasscode",
  "type": "object",
  "required": [
    "passcode"
  ],
  "properties": {
    "passcode": {
      "type": "string",
      "example": "1551234",
      "description": "Voicemail access passcode. The minimum length of the passcode is 6 and the maximum length is 30."
    }
  }
}