Returns a list of computers associated with the given login name and domain name, along with their resource IDs, used to identify the target computer when initiating a chat session with a specific user.
get /dcapi/tools/chat/computerNames
https://{serverurl}/dcapi/tools/chat/computerNames
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Login name (username) of the user to look up. Used to find computers where this user is currently logged on
Domain name of the user account. Used with loginName to uniquely identify the user across domains
curl --request GET \
--url https://appdomains/dcapi/tools/chat/computerNames \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of computer objects with resourceId, userResourceId, computerName, domainName, and isOnline for chat session targeting
{
"computers": [
{
"resourceId": 101,
"computerName": "WIN-DESKTOP-01",
"userResourceId": 5001,
"domainName": "CORP",
"isOnline": true
}
]
}
![]()
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.