Webex · Example Payload

Webex Deafen Participant Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Deafen Participant 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": "Deafen Participant",
  "method": "POST",
  "path": "/telephony/conference/deafen",
  "summary": "Deafen Participant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": []
}