Webex · Example Payload

Webex Modifyusercallcaptionssettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifyusercallcaptionssettings 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": "modifyUserCallCaptionsSettings",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/callCaptions",
  "summary": "Update the user call captions settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "userClosedCaptionsEnabled": true,
        "userTranscriptsEnabled": true,
        "useLocationSettingsEnabled": true
      }
    }
  ],
  "responseExamples": []
}