Returns all the latest user login activity, including successful logins and error logs.
This method doesn't have any parameters.
GET api/2.0/security/audit/login/last Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of login events
{ "status": 0, "response": [ { "Id": 1234, "User": "some text", "UserId": "9924256A-739C-462b-AF15-E652A3B1B6EB", "Login": "some text", "Action": "some text", "IP": "some text", "Country": "some text", "City": "some text", "Browser": "some text", "Platform": "some text", "Page": "some text" } ] }