{ "operationId": "modifyPersonExecutiveAssistantSettings", "method": "PUT", "path": "/telephony/config/people/{personId}/executive/assistant", "summary": "Modify Person Executive Assistant Settings", "requestExamples": [ { "contentType": "application/json", "example": { "forwardFilteredCallsEnabled": true, "forwardToPhoneNumber": "+19075552860", "executives": [ { "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZWQzNDg0MS0yZTkwLTQ4OGEtYmVmZi1iNTk0OTA1ODFkNWM", "optInEnabled": true } ] } } ], "responseExamples": [] }