Table API Read Only Access For Admins

pheiss
Tera Contributor

HI everyone,

 

I need to restrict the access for admins when they use the table API. It should be read-only! 

Is there a way to do and not to restrict every table in SN?

 

Would appreciate your help!

 

BR 

 

Patrick

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@pheiss 

the only way is to control via table.None READ/CREATE/UPDATE/DELETE ACL

but you should ensure that the ACLs block admin as well.

if it has Admin overrides = true then it won't work

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@pheiss 

the only way is to control via table.None READ/CREATE/UPDATE/DELETE ACL

but you should ensure that the ACLs block admin as well.

if it has Admin overrides = true then it won't work

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

pheiss
Tera Contributor

Sorry, mistakenly approved solution. Its working with policies, not with ACLs