Hello everyone,
I want to make an export of all users, including some interesting user statistics, for example: most recent log-in (or whatever information is available about usage on individual user-level). I don't understand how to do this. Under "Administration" > "Users and groups" I can find all users, but I don't know how to proceed.
I'm using ARIS Cloud and I have admin rights.
Hopefully someone can help. Thanks a lot in advance!
Kind regards
Rosalien
2 Replies
Hi Rosalien,
This kind of user export should be possible by creating a custom ARIS report.
The ARIS API provides access to user-related information, such as first name, last name, email address, user privileges, and similar basic user data. In addition, the API can also access user session information, so details such as login activity or the most recent login should be available as well.
Based on this, a custom report could collect the relevant user and session data and output it into a structured file. For this use case, an Excel export would probably be the most suitable option, as it would allow the user information and statistics to be reviewed, filtered, and further processed easily.
Best regards,
Luka.
Martin Schröder on
Hello Rosalien,
this is the description for Aris Connect Enterprise Cloud edition: https://docs.aris.com/latest/yay-configure-administrate/en/#/home/95049/en/1
AFAIK user statistics are not available in other editions (Basic or Advanced).
Listing users (account info, assigned groups andpermissions) is done by pre-defined report scripts from the UMC, whereas user statistics (events like logon/logoff) are exported through a menu function as CSV or JSON.
Please be aware of the prerequisites for evaluating user statistics:
Regards, Martin