Modify Windows Wifi policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/windowswifipolicy/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
Sub Config. Default: WIFI_NON_ENTERPRISE
Service Set Identifier
Auto Join. Default: true
Security Type. Default: 0
Proxy Type. Default: 0
Proxy Server
Proxy Server Port. Default: 0
Hidden Network. Default: false
Proxy User Name
Proxy Password (sensitive - write-only)
Proxy Password Id
Proxy Pac Url
Bypass Proxy Url
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/windowswifipolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"wifi_non_enterprise":{},"sub_config":"WIFI_NON_ENTERPRISE","wifi_enterprise":{},"proxy_server":"value","auto_join":true,"proxy_server_port":0,"hidden_network":false,"service_set_identifier":"value","security_type":0,"proxy_type":0}'Modify Wi-Fi payload item
{
"wifi_non_enterprise": {},
"sub_config": "WIFI_NON_ENTERPRISE",
"wifi_enterprise": {},
"proxy_server": "value",
"auto_join": true,
"proxy_server_port": 0,
"hidden_network": false,
"service_set_identifier": "value",
"security_type": 0,
"proxy_type": 0
}
Unique identifier of the payload item
Sub Config. Default: WIFI_NON_ENTERPRISE
Service Set Identifier
Auto Join. Default: true
Security Type. Default: 0
Proxy Type. Default: 0
Proxy Server
Proxy Server Port. Default: 0
Hidden Network. Default: false
Proxy User Name
Proxy Password (sensitive - write-only)
Proxy Password Id
Proxy Pac Url
Bypass Proxy Url
Wi-Fi payload item successfully modified
{
"payload_id": 9007199254741000,
"wifi_non_enterprise": {},
"sub_config": "WIFI_NON_ENTERPRISE",
"wifi_enterprise": {},
"proxy_server": "value",
"auto_join": true,
"proxy_server_port": 0,
"hidden_network": false,
"service_set_identifier": "value",
"security_type": 0,
"proxy_type": 0
}
![]()
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.