Webex · Example Payload

Webex Updaterecordingsharebyid Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updaterecordingsharebyid 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": "updateRecordingShareById",
  "method": "POST",
  "path": "/recordings/{recordingId}/accessList",
  "summary": "Share a Recording",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "hostEmail": "john.andersen@example.com",
        "addEmails": [
          "alex@example.com",
          "bob@example.com"
        ],
        "removeEmails": [
          "cherry@example.com",
          "danielle@example.com"
        ],
        "sendEmail": true
      }
    }
  ],
  "responseExamples": []
}