How to find out if a particular user has logged in on a particular date or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:38 AM
Hi Team ,
How to find out if a particular user has logged in on a particular date or not , as I am unable to find the details in event logs and in transaction logs.
Thanks,
Nani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:45 AM
Hi @nameisnani ,
In ServiceNow, you can track user login activity using the "System Log" table (syslog_transaction) or by querying the "User Login" table (sys_user_login). Here's how you can find out if a particular user has logged in on a specific date:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:51 AM
Hi @nameisnani
Please have a look on below posts :
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0749943
https://www.servicenow.com/community/houston-snug/user-login-dates-and-times/td-p/262640
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:52 AM - edited 03-14-2024 02:52 AM
go to System Logs > Events(sysevent) , add the user id in Parm 1 and and login or logout in name and created field is the time of the logged in or logged out
Regards,
Deborah Brown
Please mark this response as correct or helpful if it assisted you with your question.