Hello together
I am writing a monitor plugin for Bitbucket. I need to get the number of users who are logged in, so i need the number of user sessions. I tried to do it with the Bitbucket Java API but I can't seem to find a class and method that provides this information.
Do you guys know where i can get that information? Java or REST API? Database? I couldn't find it anywhere but it's almost certainly possible.
Thanks for the help.