Modify Windows Exploit Guard Policy payload details
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/windowsexploitguardpolicy/payloaditems/{payload_id}
MDMDeviceMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
Configure Network Guard
Enable Folder Protection
File ID from the Response of API
Asr Rules
ASR Rule Guid
Mode for the ASR Rule Guid 0 - Disable, 1 - Block, 2 - Audit, 6 - Warn
Folder Rules
Full Folder Path
Rule for the Folder path 2 - Protected Folder, 3 - Excluded app list to Allow protected folder
Asr Exclude Rules
Full Folder Path
Rule for the Folder path 1 - ASR Excluded App Folder
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/windowsexploitguardpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"data_file_id":"9007199254741072","asr_exclude_rules":[{"rule_type":1,"value":"C:\\Winodws\\App.exe"}],"enable_folder_protection":0,"configure_network_guard":"1","folder_rules":[{"rule_type":2,"value":"C:\\windows"},{"rule_type":3,"value":"C:\\windows\\app.exe"}],"asr_rules":[{"mode":"1","guid":"56a863a9-875e-4185-98a7-b882c64b5ce5"},{"mode":"1","guid":"7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"},{"mode":"1","guid":"9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"},{"mode":"1","guid":"75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"},{"mode":"1","guid":"26190899-1602-49e8-8b27-eb1d0a1ce869"},{"mode":"1","guid":"e6db77e5-3df2-4cf1-b95a-636979351e5b"}]}'Modify Exploit Guard payload item
{
"data_file_id": "9007199254741072",
"asr_exclude_rules": [
{
"rule_type": 1,
"value": "C:\\Winodws\\App.exe"
}
],
"enable_folder_protection": 0,
"configure_network_guard": "1",
"folder_rules": [
{
"rule_type": 2,
"value": "C:\\windows"
},
{
"rule_type": 3,
"value": "C:\\windows\\app.exe"
}
],
"asr_rules": [
{
"mode": "1",
"guid": "56a863a9-875e-4185-98a7-b882c64b5ce5"
},
{
"mode": "1",
"guid": "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"
},
{
"mode": "1",
"guid": "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"
},
{
"mode": "1",
"guid": "75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"
},
{
"mode": "1",
"guid": "26190899-1602-49e8-8b27-eb1d0a1ce869"
},
{
"mode": "1",
"guid": "e6db77e5-3df2-4cf1-b95a-636979351e5b"
}
]
}
Unique identifier for the created payload item
Configure Network Guard
Enable Folder Protection
Data Blob
Asr Rules
ASR Rule Guid
Mode for the ASR Rule Guid 0 - Disable, 1 - Block, 2 - Audit, 6 - Warn
Folder Rules
Full Folder Path
Rule for the Folder path 2 - Protected Folder, 3 - Excluded app list to Allow protected folder
Asr Exclude Rules
Full Folder Path
Rule for the Folder path 1 - ASR Excluded App Folder
Exploit Guard payload item successfully modified
{
"payload_id": "9007199254741295",
"asr_exclude_rules": [
{
"rule_type": "1",
"value": "C:\\Winodws\\App.exe"
}
],
"enable_folder_protection": "0",
"configure_network_guard": "1",
"folder_rules": [
{
"rule_type": "2",
"value": "C:\\windows"
},
{
"rule_type": "3",
"value": "C:\\windows\\app.exe"
}
],
"data_blob": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP",
"asr_rules": [
{
"mode": "1",
"guid": "56a863a9-875e-4185-98a7-b882c64b5ce5"
},
{
"mode": "1",
"guid": "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"
},
{
"mode": "1",
"guid": "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"
},
{
"mode": "1",
"guid": "75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"
},
{
"mode": "1",
"guid": "26190899-1602-49e8-8b27-eb1d0a1ce869"
},
{
"mode": "1",
"guid": "e6db77e5-3df2-4cf1-b95a-636979351e5b"
}
]
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.