{ "operationId": "Configure Incoming Permission Settings for a Person", "method": "PUT", "path": "/people/{personId}/features/incomingPermission", "summary": "Configure Incoming Permission Settings for a Person", "requestExamples": [ { "contentType": "application/json", "example": { "useCustomEnabled": false, "externalTransfer": "ALLOW_ALL_EXTERNAL", "internalCallsEnabled": true, "collectCallsEnabled": true } } ], "responseExamples": [] }