Returns the user confirmation prompt configuration for remote control, including whether prompting is enabled, prompt timeout duration, blank screen on connect, keyboard/mouse lock, permanent prompt, and idle session timeout settings.
get /dcapi/tools/remoteControl/rdsPromptSettings
https://{serverurl}/dcapi/tools/remoteControl/rdsPromptSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/remoteControl/rdsPromptSettings \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'User confirmation prompt: 0=Disabled, 1=Enabled
Prompt auto-dismiss timeout in seconds
Custom message displayed in the user confirmation dialog
Always show prompt: 0=No, 1=Yes
Permanent prompt mode: 0=Disabled, 1=Enabled
{
"promptTimeOut": 30,
"isShowBlankScreen": 1,
"isLockKeyboardMouse": 1,
"idleTimeout": 30,
"isAlwaysPrompt": 0,
"promptMessage": "A technician is requesting remote access to your computer.",
"isPromptPermanent": 0,
"isPromptEnabled": 1
}
![]()
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.