Hi!
Does anyone know how can I get the users access log? To see who hasn't logged in in the last three months, for example? I know that on the admin site in the supervision tab we can get the latest connections, but there is no history about those, and that's what I would need.
Discussion posts and replies are publicly visible
Navigate to the System Logs:
...and look for login-audit:
In Appian Clouds, it is available in System Logs. File login-audit.csv available in <APPIAN_HOME>/logs directory.
Thank you both!