{ "operationId": "getMyCallCaptionsSettings", "method": "GET", "path": "/telephony/config/people/me/settings/callCaptions", "summary": "Get my call captions settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "userClosedCaptionsEnabled": true, "userTranscriptsEnabled": true } } ] }