Returns the disabled or enabled status of compliance-gated tools — Command Prompt, File Manager, and Computer Rename — based on the system manager compliance settings configured by the administrator.
get /dcapi/tools/disabledToolsStatus
https://{serverurl}/dcapi/tools/disabledToolsStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/disabledToolsStatus \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'true if Command Prompt access is disabled by compliance settings
true if File Manager access is disabled by compliance settings
true if Computer Rename is disabled by compliance settings
{
"fileManager": false,
"commandPrompt": false,
"computerRename": true
}
![]()
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.