Webex · Schema

VoicemailPin

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
passcode string Person voicemail PIN. The PIN must comply with the passcode rules defined for the organization.
View JSON Schema on GitHub

JSON Schema

webex-voicemailpin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoicemailPin",
  "title": "VoicemailPin",
  "type": "object",
  "required": [
    "passcode"
  ],
  "properties": {
    "passcode": {
      "type": "string",
      "description": "Person voicemail PIN. The PIN must comply with the passcode rules defined for the organization.",
      "example": "27850230"
    }
  }
}