{ "operationId": "Modify a person's Outgoing Calling Permissions Settings", "method": "PUT", "path": "/people/{personId}/features/outgoingPermission", "summary": "Modify a person's Outgoing Calling Permissions Settings", "requestExamples": [ { "contentType": "application/json", "example": { "useCustomEnabled": true, "useCustomPermissions": true, "callingPermissions": [ { "callType": "INTERNAL_CALL", "action": "ALLOW", "transferEnabled": true } ] } } ], "responseExamples": [] }