Question
How can I get the last accessed details of the users in Digital.ai Deploy?
Answer
You could look into the audit logs to see information about a user's login and logout time.
Sample:
2022-02-03 14:23:20.930 [audit.security] system - Failed to log in [admin]
2022-02-03 14:23:24.343 [audit.security] admin - Logged in
2022-02-03 14:24:10.771 [audit.security] admin - Logged out
2022-02-03 14:24:17.805 [audit.security] admin - Logged in
Related Information
As of now, in Deploy, we do not have a REST API command to get the last accessed details of the users.
Comments
Please sign in to leave a comment.