Webex · Example Payload

Webex Create Or Update An Organization Setting Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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