Generate the login history report
|
POST api/2.0/security/audit/login/report
|
Generates the login history report.
|
Get filtered login events
|
GET api/2.0/security/audit/login/filter
|
Returns a list of the login events by the parameters specified in the request.
|
Get login history
|
GET api/2.0/security/audit/login/last
|
Returns all the latest user login activity, including successful logins and error logs.
|