{ "operationId": "Configure Call Intercept Settings for a Person", "method": "PUT", "path": "/people/{personId}/features/intercept", "summary": "Configure Call Intercept Settings for a Person", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "incoming": { "type": "INTERCEPT_ALL", "voicemailEnabled": false, "announcements": { "greeting": "DEFAULT", "fileName": "", "newNumber": { "enabled": false, "destination": "" }, "zeroTransfer": { "enabled": false, "destination": "" } } }, "outgoing": { "transferEnabled": false, "type": "INTERCEPT_ALL", "destination": "" } } } ], "responseExamples": [] }