Skip to main content
4-Participant
July 26, 2023
Solved

Is there a service can get current 'Connected User' as in monitoring menu?

  • July 26, 2023
  • 1 reply
  • 1146 views

Hi,

I would like to monitor the user login data, such as user name, login time, logout time, and maybe even better with login PC's info (device name, IP address).

There're similar info provided in Monitoring menu of composer as 'Connected Users', so is there a service I can get these info?

RS_10021886_0-1690342524352.png

 

By the way, sometime I saw one user has multiple records on this list and are all marked as "isConnected". So that means the same user is logged into the system via different sessions?

Thank you!

 

 

 

 

 

Best answer by Velkumar

Hi @RS_10021886 

 

You can use 'GetActiveUsers' function from Snippets to get logged user details

 

/VR

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
July 26, 2023

Hi @RS_10021886 

 

You can use 'GetActiveUsers' function from Snippets to get logged user details

 

/VR

4-Participant
July 26, 2023

Thank you Velkumar, That's exactly what I need!