User activity log

Casey4
Tera Contributor

Looking for an OOB user activity log in Servicenow, when did the account log on, what did they do, did they touch config, did they view a sensitive case etc

2 REPLIES 2

Raj_Esh
Kilo Sage
Kilo Sage

Hi Casey,

 

You can check Client Transaction logs

Below is another reference URL: User login-logout statistics/report for an instance

 

Hope this helps.

 

Thanks,

Raj

--Raj

DanielMinca
Tera Contributor

Hi Casey, 

 

There is a last login time field on sys_user record which reset every time the user login to the instance. So if you are after the users who logged in in the last 30 days, you can create a filter for that field for your requirement.

https://<instancename>.service-now.com/sys_user_list.do?sysparm_query=last_login%3E%3Djavascript%3Ags.dateGenerate('2023-01-01'%2C'end')&sysparm_view=