Webex · Example Payload

Webex Get An Organization Setting Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get An Organization Setting 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 an Organization Setting",
  "method": "GET",
  "path": "/settings/organizations/{orgId}/settings/{settingKey}",
  "summary": "Get an Organization Setting",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "key": "allow-admin-invite-emails",
        "value": false,
        "name": "Automatic Activation Emails"
      }
    }
  ]
}