{ "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 } } ] }