User is unauthorized to access table: sys_audit_role

Anand56
Kilo Contributor

I am trying to integrate my dev service account with a java application, but when I called 

https://<inst>.service-now.com/api/now/table/sys_audit_role its failing with 403

I am using snc_read_only role for getting data

response: {"error":{"message":"User Not Authorized","detail":"User is unauthorized to access table: sys_audit_role"},"status":"failure"}.

2 REPLIES 2

Michael Fry1
Kilo Patron

That table out of the box requires admin role to read. Probably why you're getting an error.

Thank you for the update. Actually All these are working before Jakarta version.

I am getting this problem now after upgrading to Jakarta, following tables are not have access  with snc_read_only role.

sysevent
sys_audit_role
sys_audit_delete
syslog_transaction

Is this a, known change or change in the behaviour impacted by other changes. Did it documented in release not or any change log so that I can refer what will be the best way to solve the issue.

As of now I have addedsnc_read_only role to the table access controls. 

Any input on this please