Returns a list of users currently logged on to the specified computer, fetched from the last-known device state in the server database.
get /dcapi/tools/{resourceId}/loggedOnUsers
https://{serverurl}/dcapi/tools/{resourceId}/loggedOnUsers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the target device
curl --request GET \
--url https://appdomains/dcapi/tools/{resourceId}/loggedOnUsers \
--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": "john.doe"
}
]
}
![]()
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.