Webex · Example Payload

Webex Getusercallcaptionssettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getusercallcaptionssettings 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": "getUserCallCaptionsSettings",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/callCaptions",
  "summary": "Get the user call captions settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "userClosedCaptionsEnabled": true,
        "userTranscriptsEnabled": true,
        "locationClosedCaptionsEnabled": true,
        "locationTranscriptsEnabled": true,
        "useLocationSettingsEnabled": true
      }
    }
  ]
}