How to give read Access to sys_user_grmember via REST API in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 07:30 AM
Hi,
I have a requirement asking to Add READ access to ROLE used by LDSN User ID's for READ access to Table sys_user_grmember via REST API.
Let me know how can achieve this any idea?
Thanks,
Rashmi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 08:53 AM
Hi @Rashmi N ,
You have to provide the 'snc_read_only' role to the web service account. This role prevents from creating, updating, or deleting records in the database. The read access is determined by ACLs.
Make sure that the service account is having 'web services access only' as true.
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.