- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Sorry, mistakenly approved solution. Its working with policies, not with ACLs