Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Audit Log users data

priya17
Tera Contributor

Hi , 

 

How do we know where to view the audit logs of users on the system. For example if a users status is changed from Active = true to Active = false or something like when their names are changed I would like to see when these things are updated and who completed the update.

I would like to know  how to do this kind of work this is not a request to look at particular logs.

 

can anyone help on this .

 

Thanks in advance.

Priya

1 REPLY 1

Jeff Schodde
ServiceNow Employee
ServiceNow Employee

By default, the sys_user table is not audited. You'll need to activate it.

 

Check out this doc which should get you started:

https://docs.servicenow.com/bundle/tokyo-platform-security/page/administer/time/concept/c_AuditedTab...

 

Here is a community post with some additional advice:

https://www.servicenow.com/community/developer-forum/can-we-bring-the-history-audit-of-user-in-the-r...

 

I hope this helps.

-Jeff