Saves the user confirmation prompt configuration, including whether prompting is enabled, the prompt timeout, blank screen and keyboard/mouse lock on connect, permanent prompt mode, and idle session timeout action.
put /dcapi/tools/remoteControl/rdsPromptSettings
https://{serverurl}/dcapi/tools/remoteControl/rdsPromptSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/remoteControl/rdsPromptSettings \
--header 'Accept: application/rdsPromptSettingsStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/rdsPromptSettingsInfo.v1+json' \
--data '{}' {
"promptTimeOut": 30,
"isAlwaysPrompt": 0,
"promptMessage": "A technician is requesting remote access.",
"isPromptPermanent": 0,
"isPromptEnabled": 1
}
Result of the operation: success or failure
{
"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.