How to find out if a particular user has logged  in on a particular date or not

nameisnani
Mega Sage

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

3 REPLIES 3

Arun_Manoj
Mega Sage

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:

Amit Verma
Kilo Patron
Kilo Patron

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.

Deborah Brown L
Kilo Sage

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

Deborah1_0-1710409894170.png

 

Regards,

Deborah Brown

Please mark this response as correct or helpful if it assisted you with your question.