VaultOne automatically logs every user action on the platform, allowing you to track and audit user activities in detail. Below are examples of how to monitor key user actions using the Audit Log.
Requirements
- Ensure you have the appropriate permissions to access the Audit Log within VaultOne
Tracking User Creation and Updates
- To see who created or updated a user account, go to Administration > Audit Log.
- Filter the log by the action CreateOrUpdateUser to view all relevant events.
Monitoring User Authentication
To review authentication events, filter the Audit Log by the action TokenAuthController. This will show you who has logged into the platform and when.
Identifying User Deletions
To find out who deleted a user, filter the Audit Log by the action DeleteUser.
Tip: Click the magnifying glass icon next to any log entry to view detailed information about the action, including the user involved, date, time, and other relevant details.
Back to Top