Webex · Example Payload

Webex Batchrejectmeetingregistrants Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Batchrejectmeetingregistrants 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": "batchRejectMeetingRegistrants",
  "method": "POST",
  "path": "/meetings/{meetingId}/registrants/reject",
  "summary": "Batch Reject Meeting Registrants",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "sendEmail": true,
        "registrants": [
          {
            "id": "6e341788-3bad-4bf0-8037-93709fe8b427"
          },
          {
            "id": "8919b6bf-01f6-4693-9c0b-cc75e956ba06"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}