10 Jun 2019 03:52 PM - last edited on 11 Apr 2023 11:26 AM by Karolina_Linda
We have a requirement where we need to list down the user's name who did not access from a long time.
The purpose is to remove an unwanted user's who is been onboard and not performing anything.
Solved! Go to Solution.
10 Jun 2019 07:42 PM
There is no direct way to do it currently.
Scan /log/server/user.audit.log and get usernames that logged in recently. Compare it with the list of users that you can pull via REST API. For instance for each username associate last login timestamp.