Returns search suggestions for computers and users based on the provided search value on the Tools homepage. Accepts 'searchValue', 'classID', and 'params' query parameters to narrow results.
get /dcapi/tools/suggestSearch
https://{server-hostname}:8383/dcapi/tools/suggestSearch
Tools.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/tools/suggestSearch \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of suggestion objects with type (computer/user), name, resourceId, and domainName
{
"suggestions": [
{
"resourceId": 101,
"domainName": "CORP",
"name": "WIN-DESKTOP-01",
"type": "computer"
},
{
"resourceId": 5001,
"domainName": "CORP",
"name": "john.doe",
"type": "user"
}
]
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.