Updates the network address details (MAC address, IP address, and subnet mask) for the specified computer. Used when automatic detection is insufficient or to correct stale network data. Accepts a JSON body with 'macAddress', 'ipAddress', and 'subnetAddress'.
https://{serverurl}/dcapi/tools/wol/{resourceId}/modifyComputerAddress
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the target device
curl --request PUT \
--url https://appdomains/dcapi/tools/wol/{resourceId}/modifyComputerAddress \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/computerAddress.v1+json' \
--data '{}' {
"macAddress": "00:1A:2B:3C:4D:5E",
"ipAddress": "192.168.1.50",
"subnetAddress": "255.255.255.0"
}
Result of the operation: success or failure
{
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.