Is it possible to get the list of all users who are currently loggedin - either

Is it possible to get the list of all users who are currently loggedin - either via an expression rule or Java API?
I have not found any API in Public Java docs which can get me list of loggedin users.
The admin console shows recently loggedin users under "Current Monitoring". Can the same be done programmatically?

OriginalPostID-210289

OriginalPostID-210289

  Discussion posts and replies are publicly visible

Parents
  • Hi Sonal, the Login Information parser reads from login-audit.csv and populates the. Database. login-audit.csv has historical data of every successful or failed login. But, I want to find out the users who are actually loggedin at the present moment. A user may have just loggedin and immediately logged out. This will add entry in login-audit.csv but that user is not loggedin currently. So, that plugin does not actually give me the exact data I need.
Reply
  • Hi Sonal, the Login Information parser reads from login-audit.csv and populates the. Database. login-audit.csv has historical data of every successful or failed login. But, I want to find out the users who are actually loggedin at the present moment. A user may have just loggedin and immediately logged out. This will add entry in login-audit.csv but that user is not loggedin currently. So, that plugin does not actually give me the exact data I need.
Children
No Data