Returns the latest list of users logged on to the specified computer. Supports the sdpToolsIntegAuth authentication flow for service desk integration scenarios.
get /dcapi/tools/{resourceId}/resourceUsers
https://{serverurl}/dcapi/tools/{resourceId}/resourceUsers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the target device
curl --request GET \
--url https://appdomains/dcapi/tools/{resourceId}/resourceUsers \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of user objects with userName, domainName, logonTime, and sessionType
{
"users": [
{
"logonTime": 1711300000000,
"domainName": "CORP",
"sessionType": "Active",
"userName": "jane.smith"
}
]
}
![]()
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.