User is unauthorized to access table: sys_audit_role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 01:45 AM
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"}.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 01:24 PM
That table out of the box requires admin role to read. Probably why you're getting an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 01:12 AM
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