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://{serverurl}/dcapi/tools/suggestSearch
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Keyword to search for. Matched against computer names and usernames on the Tools homepage
Additional search parameters encoded as a string to further filter search results
curl --request GET \
--url https://appdomains/dcapi/tools/suggestSearch \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken 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.