Returns the list of computers added to the user confirmation exclusion list. Remote control sessions to these computers bypass the end-user prompt regardless of the global prompt setting.
get /dcapi/tools/remoteControl/excludedComputers
https://{serverurl}/dcapi/tools/remoteControl/excludedComputers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/remoteControl/excludedComputers \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of excluded computer objects with resourceId, computerName, and domainName
Total count of computers excluded from remote control
{
"total": 1,
"excludedComputers": [
{
"resourceId": 101,
"computerName": "WIN-DESKTOP-01",
"domainName": "CORP"
}
]
}
![]()
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.