{ "operationId": "addPhoneNumberAsSingleNumberReach", "method": "POST", "path": "/telephony/config/people/me/settings/singleNumberReach/numbers", "summary": "Add phone number as User's Single Number Reach", "requestExamples": [ { "contentType": "application/json", "example": { "phoneNumber": "+19075552859", "name": "John", "enabled": true, "doNotForwardCallsEnabled": true, "answerConfirmationEnabled": false } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1BIT05FX05VTUJFUi9LekU1TnpnNU5EWTJOelkz" } } ] }