Adds the specified computers to the exclusion list so that remote control sessions to these machines bypass the end-user confirmation prompt. Accepts a JSON body containing an array of resource IDs.
put /dcapi/tools/remoteControl/addComputers
https://{serverurl}/dcapi/tools/remoteControl/addComputers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/remoteControl/addComputers \
--header 'Accept: application/computersAddedInfo.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/addComputersInfo.v1+json' \
--data '{}' {
"computerList": [
101,
105,
202
]
}
Result of the operation: success or failure
Number of computers successfully added to the exclusion list
{
"addedCount": 3,
"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.