Hi,
I'm writing a report that retrieves data about the Users. However, I didn't succeed to get the last active sessions of the users. I know that on Aris Connect, I can export an excel file with this data, but obviously it's not really helping me, because it must be done by running a report.
Is there a function that helps getting the last active session of a user? I searched in the Aris Script documentation, but I didn't find such a function.
Thank you
Hi Tangy,
Sorry, I don't understand your question. You try to create a report but don't want to use an existing one because you need to run a report? Can you specify what you like to do? Do you try to create a "report" for a dashboard?
Maybe an example would help.
Best,
Veronika
Hi Veronika,
Very simple. I'm writing a report that gathers all kind of informations about the users.
The report outputs an Excel file that looks like that:
Username | First Name | Last Name | Last Active session | |
I succeeded to get all the first columns for each user but not the last one (last active session).
I need to get the Last active session automatically, by using some function, but I don't know which one.
Hope you understand now.
Thank you
Did you check out your options using the ARIS RESTful API for UMC?
On your ARIS server you can access ARIS REST API via /apidocs, or for UMC specifically /apidocs/swagger-ui/index.html?url=/umc/apidocs/swagger.json
I guess that the result would be similar to the built-in report of UMC which you already tried out to get all users who successfully logged in for a specific timeframe. And from that result you could simply filter the most recent one to fill your table.
Cheers
Rune