{ "operationId": "getMyCallNotifySettings", "method": "GET", "path": "/telephony/config/people/me/settings/callNotify", "summary": "Get Call Notify Settings for User", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "emailAddress": "callnotify@example.com", "enabled": true, "criteria": [ { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "scheduleName": "CustomHoliday(Group)", "source": "ALL_NUMBERS", "notificationEnabled": false } ] } } ] }