- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:26 PM
Hello experts,
how do I determine the roles needed to have read-only access to system tables?
I'm building an external integration via REST APIs and must document the user's role requirements.
I'm using these API endpoints:
/api/now/table/sys_choice
/api/now/table/sys_db_object
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:55 PM
Navigate to System Security->Access Controls and search the table name in the name field of ACL
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:35 PM
You should check the ACLs on these tables...
You may need to create another role and add the role to the read acls of these tables. And assign the role to Service Account.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:39 PM
@SanjivMeher thanks for your reply
How do I check the ACLs on the table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:55 PM
Navigate to System Security->Access Controls and search the table name in the name field of ACL
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 05:34 PM
Thank you @SanjivMeher !!