GET /v3/thinclients?facets=loginhistory
Summary
Gets the user login history for all endpoint devices or for a device specified by deviceid
.
Resource URL
/v3/thinclients?facets=loginhistory
For a specific device, use /v3/thinclients/{{deviceid}}?facets=loginhistory
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclients?facets=loginhistory
Response Type
Returns an Array of TCResourceV3 with the user login history.
Example Response
{
…
"userLoginHistory": [
{
"username": "Lidija@JAVA.GROUP",
"loginresult": 0,
"logintime": "2024-12-30 12:06:21.015",
"logofftime": "",
"logontype": "swp"
}
…
}