{ "operationId": "getMySingleNumberReachSettings", "method": "GET", "path": "/telephony/config/people/me/settings/singleNumberReach", "summary": "Get User's Single Number Reach Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "alertAllLocationsForClickToDialCallsEnabled": false, "alertAllLocationsForGroupPagingCallsEnabled": true, "numbers": [ { "phoneNumber": "+19075552859", "name": "John", "enabled": true, "doNotForwardCallsEnabled": true, "answerConfirmationEnabled": false } ] } } ] }