Webex · Example Payload

Webex Updaterecordingsharebylink Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updaterecordingsharebylink 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": "updateRecordingShareByLink",
  "method": "POST",
  "path": "/recordings/accessList",
  "summary": "Share a Recording Link",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "webShareLink": "https://example.webex.com/webappng/sites/example/recording/9edff068a1cb4965ac640627161beed1/playback",
        "hostEmail": "john.andersen@example.com",
        "addEmails": [
          "alex@example.com",
          "bob@example.com"
        ],
        "removeEmails": [
          "cherry@example.com",
          "danielle@example.com"
        ],
        "sendEmail": true
      }
    }
  ],
  "responseExamples": []
}