{ "operationId": "getMyDoNotDisturbSettings", "method": "GET", "path": "/telephony/config/people/me/settings/doNotDisturb", "summary": "Get Do Not Disturb Settings for User", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "ringSplashEnabled": false, "webexGoOverrideEnabled": false } } ] }