Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
2382 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is it possible to get the list of all users who are currently loggedin - either
chetany
A Score Level 1
over 9 years ago
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
0
sonalk
over 9 years ago
Hi Chetan,
Please find below the link of the smart service "Login information parser" that can be useful for your use case :
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The only other option is
forum.appian.com/.../Appian_Administration_Console.html
No public API to my knowledge to get this data.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel