Webex · Example Payload

Webex Get Voiceportal Passcode Rule Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Voiceportal Passcode Rule Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Get VoicePortal Passcode Rule",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/voicePortal/passcodeRules",
  "summary": "Get VoicePortal Passcode Rule",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "expirePasscode": {
          "enabled": true,
          "numberOfDays": 180
        },
        "failedAttempts": {
          "enabled": true,
          "attempts": 3
        },
        "blockPreviousPasscodes": {
          "enabled": true,
          "numberOfPasscodes": 10
        },
        "blockRepeatedDigits": {
          "enabled": true,
          "max": 3
        },
        "blockContiguousSequences": {
          "enabled": true,
          "numberOfAscendingDigits": 3,
          "numberOfDescendingDigits": 3
        },
        "length": {
          "min": 3,
          "max": 3
        },
        "blockRepeatedPatternsEnabled": true,
        "blockUserNumberEnabled": true,
        "blockReversedUserNumberEnabled": true,
        "blockReversedOldPasscodeEnabled": true
      }
    }
  ]
}