Jira datacenter has https://<my jira instance>/jira/secure/admin/CurrentUsersList.jspa
Which lists :
Session Id | User | Type | IP Address | Requests | Last Accessed | Session Creation |
I wanted to access this information via a REST API end point. Is there one available? I did not see it in 8.13.12 rest documentation.
Do I have to use webscrapping modules to achieve this? Is that the only way?