Returns the compliance configuration for system manager tools, including the enabled or disabled status for Command Prompt, File Manager, and Computer Rename tools.
get /dcapi/tools/complianceSetting
https://{serverurl}/dcapi/tools/complianceSetting
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/complianceSetting \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Command Prompt compliance level: 0=Disabled, 1=Enabled, 2=Prompt, 3=Block
File Manager compliance level: 0=Disabled, 1=Enabled, 2=Prompt, 3=Block
Computer Rename compliance level: 0=Disabled, 1=Enabled, 2=Block
Whether File Manager displays a prompt before access
Whether Command Prompt displays a prompt before access
Whether the prompt is always shown regardless of compliance level
Custom message displayed in the compliance prompt dialog
Auto-dismiss timeout in seconds for the compliance prompt. Range: 10-3600
Whether the compliance settings page is shown in the admin console
{
"promptTimeout": 30,
"fileManager": 1,
"showPage": true,
"fileManagerPromptEnabled": true,
"isAlwaysPromptEnabled": false,
"promptMessage": "Please provide a reason for access.",
"commandPrompt": 1,
"cmdPromptPromptEnabled": false,
"computerRename": 0
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.