Webex · Example Payload

Webex Getmeetingcommonsettingsconfiguration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingcommonsettingsconfiguration 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": "getMeetingCommonSettingsConfiguration",
  "method": "GET",
  "path": "/admin/meeting/config/commonSettings",
  "summary": "Get Meeting Common Settings Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "siteOptions": {
          "allowCustomPersonalRoomURL": true
        },
        "telephonyConfig": {
          "allowCallIn": true,
          "allowCallBack": true,
          "allowOtherTeleconf": true,
          "allowTollFreeCallin": true,
          "allowInternationalCallin": true,
          "allowInternationalCallback": true,
          "VoIP": true
        },
        "defaultSchedulerOptions": {
          "entryAndExitTone": "Beep",
          "joinTeleconfNotPress1": true,
          "telephonySupport": "WebexTeleconferencing",
          "tollFree": true,
          "VoIP": false
        },
        "scheduleMeetingOptions": {
          "emailReminders": true
        },
        "securityOptions": {
          "joinBeforeHost": true,
          "audioBeforeHost": true,
          "firstAttendeeAsPresenter": true,
          "unlistAllMeetings": false,
          "requireLoginBeforeAccess": false,
          "allowMobileScreenCapture": true,
          "requireStrongPassword": true,
          "passwordCriteria": {
            "mixedCase": true,
            "minLength": 8,
            "minNumeric": 2,
            "minAlpha": 4,
            "minSpecial": 1,
            "disallowDynamicWebText": true,
            "disallowList": true,
            "disallowValues": [
              "password",
              "Admin@123",
              "passwd",
              "pass"
            ]
          }
        }
      }
    }
  ]
}