Modify Windows Restriction policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/windowsrestrictionpolicy/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
Enforce Device Encription. Default: false
Disable Sd Card. Default: false
Allow Use Of Camera. Default: true
Allow Screen Capture. Default: true
Allow Store. Default: true
Allow Storage Card. Default: true
Allow Browser. Default: true
Allow Bluetooth. Default: true
Allow Telemetry. Default: 2
Allow Nfc. Default: true
Allow Usb. Default: true
Allow Wifi. Default: true
Allow Manual Wifi Config. Default: true
Allow Wifi Hotspot. Default: true
Allow Auto Wifi Hotspot. Default: true
Allow Internet Sharing. Default: true
Allow Vpn. Default: true
Allow Vpn Roaming. Default: true
Allow Vpn Over Data. Default: userConfig
Allow Vpn Over Data Roaming. Default: userConfig
Allow Data Roaming. Default: true
Allow Copy Paste. Default: true
Allow Location. Default: true
Allow Microsoft Account. Default: true
Allow Adding Non Microsoft. Default: true
Allow Root Certificate Install. Default: true
Allow Developer Unlock. Default: true
Allow Developer Unlock New. Default: userConfig
Allow User Reset Phone. Default: true
Allow Action Notification. Default: true
Allow Cortana. Default: true
Allow Voice Recording. Default: true
Allow Save As Office Files. Default: true
Allow Sharing Office Files. Default: true
Allow Sync My Settings. Default: true
Allow Search Use Location. Default: true
Safe Search Permissions. Default: -1
Allow Storing Image Search. Default: true
Allow Toast. Default: true
Limit Appdata To Sys Vol. Default: false
Limit Appinstall To Sys Vol. Default: false
Allow All Trusted Apps. Default: 65535
Allow Appstore Auto Update. Default: -999
Require Private Store Only. Default: false
Allow Bluetooth Advertising. Default: true
Allow Bluetooth Discoverable. Default: true
Allow Bluetooth Prepairing. Default: true
Browser Allow Cookies. Default: userConfig
Browser Allow Donot Track. Default: userConfig
Browser Allow Extensions. Default: true
Browser Clear Browsing Data Exit. Default: -999
Browser About Flags Access. Default: true
Browser Allow Address Bar Dropdown. Default: true
Browser Allow Flash. Default: -999
Browser Run Flash Automatically. Default: false
Browser Allow Autofill. Default: -999
Browser Allow Popups. Default: -999
Browser Allow Developer Tools. Default: true
Browser Home Page
Browser Allow Inprivate. Default: true
Browser Allow Passmgr. Default: userConfig
Browser Allow Searchsuggest. Default: userConfig
Browser Allow Smartscreen. Default: userConfig
Browser Smartscreen Prompt. Default: userConfig
Browser Smartscreen Files. Default: userConfig
Allow Cellular Data. Default: 1
Allow Vpn Setting. Default: true
Allow Fips Policy. Default: false
Ms Feedback Notif. Default: 0
Allow Add Prov Package. Default: true
Allow Remove Prov Package. Default: true
Enable Anti Theft Mode. Default: 1
Allow Date Time. Default: true
Allow Edit Device Name. Default: true
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/windowsrestrictionpolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"allow_sharing_office_files":true,"allow_nfc":true,"allow_vpn_over_data":"userConfig","allow_all_trusted_apps":"65535","allow_bluetooth_discoverable":true,"allow_action_notification":true,"allow_appstore_auto_update":"-999","allow_developer_unlock":true,"allow_bluetooth_advertising":true,"disable_sd_card":false,"allow_screen_capture":true,"allow_microsoft_account":true,"allow_cellular_data":"1","allow_use_of_camera":true,"allow_data_roaming":true,"safe_search_permissions":"-1","allow_user_reset_phone":true,"allow_location":"1","allow_vpn_roaming":true,"allow_search_use_location":true,"allow_store":true,"allow_sync_my_settings":true,"allow_save_as_office_files":true,"allow_usb":true,"allow_fips_policy":false,"allow_storage_card":true,"allow_adding_non_microsoft":true,"allow_wifi":true,"allow_internet_sharing":true,"allow_cortana":true,"allow_voice_recording":true,"limit_appdata_to_sys_vol":false,"enforce_device_encription":false,"allow_vpn":true,"allow_root_certificate_install":true,"allow_bluetooth":true,"ms_feedback_notif":"0","allow_telemetry":"2","allow_vpn_setting":true,"require_private_store_only":false,"allow_add_prov_package":true,"limit_appinstall_to_sys_vol":false,"allow_developer_unlock_new":"userConfig","allow_vpn_over_data_roaming":"userConfig","allow_remove_prov_package":true,"allow_edit_device_name":true,"allow_toast":true,"allow_storing_image_search":true,"enable_anti_theft_mode":"1","allow_auto_wifi_hotspot":true,"allow_date_time":true,"allow_manual_wifi_config":false,"allow_copy_paste":true,"allow_wifi_hotspot":true,"allow_bluetooth_prepairing":false}'Modify Restrictions payload item
{
"allow_sharing_office_files": true,
"allow_nfc": true,
"allow_vpn_over_data": "userConfig",
"allow_all_trusted_apps": "65535",
"allow_bluetooth_discoverable": true,
"allow_action_notification": true,
"allow_appstore_auto_update": "-999",
"allow_developer_unlock": true,
"allow_bluetooth_advertising": true,
"disable_sd_card": false,
"allow_screen_capture": true,
"allow_microsoft_account": true,
"allow_cellular_data": "1",
"allow_use_of_camera": true,
"allow_data_roaming": true,
"safe_search_permissions": "-1",
"allow_user_reset_phone": true,
"allow_location": "1",
"allow_vpn_roaming": true,
"allow_search_use_location": true,
"allow_store": true,
"allow_sync_my_settings": true,
"allow_save_as_office_files": true,
"allow_usb": true,
"allow_fips_policy": false,
"allow_storage_card": true,
"allow_adding_non_microsoft": true,
"allow_wifi": true,
"allow_internet_sharing": true,
"allow_cortana": true,
"allow_voice_recording": true,
"limit_appdata_to_sys_vol": false,
"enforce_device_encription": false,
"allow_vpn": true,
"allow_root_certificate_install": true,
"allow_bluetooth": true,
"ms_feedback_notif": "0",
"allow_telemetry": "2",
"allow_vpn_setting": true,
"require_private_store_only": false,
"allow_add_prov_package": true,
"limit_appinstall_to_sys_vol": false,
"allow_developer_unlock_new": "userConfig",
"allow_vpn_over_data_roaming": "userConfig",
"allow_remove_prov_package": true,
"allow_edit_device_name": true,
"allow_toast": true,
"allow_storing_image_search": true,
"enable_anti_theft_mode": "1",
"allow_auto_wifi_hotspot": true,
"allow_date_time": true,
"allow_manual_wifi_config": false,
"allow_copy_paste": true,
"allow_wifi_hotspot": true,
"allow_bluetooth_prepairing": false
}
Unique identifier of the payload item
Enforce Device Encription. Default: false
Disable Sd Card. Default: false
Allow Use Of Camera. Default: true
Allow Screen Capture. Default: true
Allow Store. Default: true
Allow Storage Card. Default: true
Allow Browser. Default: true
Allow Bluetooth. Default: true
Allow Telemetry. Default: 2
Allow Nfc. Default: true
Allow Usb. Default: true
Allow Wifi. Default: true
Allow Manual Wifi Config. Default: true
Allow Wifi Hotspot. Default: true
Allow Auto Wifi Hotspot. Default: true
Allow Internet Sharing. Default: true
Allow Vpn. Default: true
Allow Vpn Roaming. Default: true
Allow Vpn Over Data. Default: userConfig
Allow Vpn Over Data Roaming. Default: userConfig
Allow Data Roaming. Default: true
Allow Copy Paste. Default: true
Allow Location. Default: true
Allow Microsoft Account. Default: true
Allow Adding Non Microsoft. Default: true
Allow Root Certificate Install. Default: true
Allow Developer Unlock. Default: true
Allow Developer Unlock New. Default: userConfig
Allow User Reset Phone. Default: true
Allow Action Notification. Default: true
Allow Cortana. Default: true
Allow Voice Recording. Default: true
Allow Save As Office Files. Default: true
Allow Sharing Office Files. Default: true
Allow Sync My Settings. Default: true
Allow Search Use Location. Default: true
Safe Search Permissions. Default: -1
Allow Storing Image Search. Default: true
Allow Toast. Default: true
Limit Appdata To Sys Vol. Default: false
Limit Appinstall To Sys Vol. Default: false
Allow All Trusted Apps. Default: 65535
Allow Appstore Auto Update. Default: -999
Require Private Store Only. Default: false
Allow Bluetooth Advertising. Default: true
Allow Bluetooth Discoverable. Default: true
Allow Bluetooth Prepairing. Default: true
Browser Allow Cookies. Default: userConfig
Browser Allow Donot Track. Default: userConfig
Browser Allow Extensions. Default: true
Browser Clear Browsing Data Exit. Default: -999
Browser About Flags Access. Default: true
Browser Allow Address Bar Dropdown. Default: true
Browser Allow Flash. Default: -999
Browser Run Flash Automatically. Default: false
Browser Allow Autofill. Default: -999
Browser Allow Popups. Default: -999
Browser Allow Developer Tools. Default: true
Browser Home Page
Browser Allow Inprivate. Default: true
Browser Allow Passmgr. Default: userConfig
Browser Allow Searchsuggest. Default: userConfig
Browser Allow Smartscreen. Default: userConfig
Browser Smartscreen Prompt. Default: userConfig
Browser Smartscreen Files. Default: userConfig
Allow Cellular Data. Default: 1
Allow Vpn Setting. Default: true
Allow Fips Policy. Default: false
Ms Feedback Notif. Default: 0
Allow Add Prov Package. Default: true
Allow Remove Prov Package. Default: true
Enable Anti Theft Mode. Default: 1
Allow Date Time. Default: true
Allow Edit Device Name. Default: true
Restrictions payload item successfully modified
{
"allow_sharing_office_files": true,
"browser_allow_extensions": true,
"allow_nfc": true,
"allow_vpn_over_data": "userConfig",
"browser_allow_autofill": "-999",
"allow_all_trusted_apps": "65535",
"allow_bluetooth_discoverable": true,
"allow_action_notification": true,
"allow_appstore_auto_update": "-999",
"allow_developer_unlock": true,
"allow_bluetooth_advertising": true,
"disable_sd_card": false,
"allow_screen_capture": true,
"browser_allow_developer_tools": true,
"allow_microsoft_account": true,
"allow_cellular_data": "1",
"allow_use_of_camera": true,
"browser_allow_address_bar_dropdown": true,
"browser_home_page": "",
"allow_data_roaming": true,
"safe_search_permissions": "-1",
"allow_user_reset_phone": true,
"allow_location": "1",
"allow_vpn_roaming": true,
"browser_allow_inprivate": true,
"browser_allow_popups": "-999",
"allow_search_use_location": true,
"allow_store": true,
"allow_sync_my_settings": true,
"allow_save_as_office_files": true,
"allow_usb": true,
"allow_fips_policy": false,
"allow_storage_card": true,
"allow_adding_non_microsoft": true,
"browser_smartscreen_prompt": "userConfig",
"allow_wifi": true,
"browser_allow_donot_track": "userConfig",
"allow_internet_sharing": true,
"allow_cortana": true,
"allow_voice_recording": true,
"limit_appdata_to_sys_vol": false,
"browser_clear_browsing_data_exit": "-999",
"enforce_device_encription": false,
"allow_vpn": true,
"allow_root_certificate_install": true,
"allow_bluetooth": true,
"ms_feedback_notif": "0",
"allow_telemetry": "2",
"allow_vpn_setting": true,
"require_private_store_only": false,
"browser_allow_passmgr": "userConfig",
"allow_add_prov_package": true,
"limit_appinstall_to_sys_vol": false,
"allow_developer_unlock_new": "userConfig",
"browser_allow_searchsuggest": "userConfig",
"payload_id": "9007199254741295",
"allow_vpn_over_data_roaming": "userConfig",
"allow_remove_prov_package": true,
"browser_smartscreen_files": "userConfig",
"allow_edit_device_name": true,
"allow_toast": true,
"allow_storing_image_search": true,
"enable_anti_theft_mode": "1",
"browser_allow_flash": "-999",
"allow_auto_wifi_hotspot": true,
"allow_date_time": true,
"allow_manual_wifi_config": false,
"browser_allow_smartscreen": "userConfig",
"allow_copy_paste": true,
"allow_browser": true,
"browser_allow_cookies": "userConfig",
"browser_run_flash_automatically": false,
"browser_about_flags_access": true,
"allow_wifi_hotspot": true,
"allow_bluetooth_prepairing": false
}
![]()
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.