roles needed to have read-only access to system tables

fmaccioni
Tera Contributor

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
 

1 ACCEPTED SOLUTION

Navigate to System Security->Access Controls and search the table name in the name field of ACL

SanjivMeher_0-1699401281256.png

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

4 REPLIES 4

SanjivMeher
Kilo Patron
Kilo Patron

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.

@SanjivMeher  thanks for your reply
How do I check the ACLs on the table?

Navigate to System Security->Access Controls and search the table name in the name field of ACL

SanjivMeher_0-1699401281256.png

 


Please mark this response as correct or helpful if it assisted you with your question.

Thank you @SanjivMeher !!