How to give read Access to sys_user_grmember via REST API in ServiceNow

Rashmi N
Tera Contributor

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

2 REPLIES 2

Yashsvi
Kilo Sage

Hi @Rashmi N,

please check below link:

https://www.servicenow.com/community/developer-forum/how-to-give-a-read-only-api-access-to-user/m-p/...

Thank you, please make helpful if you accept the solution.

SN_Learn
Kilo Patron
Kilo Patron

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.

SN_Learn_0-1720626781502.png

 

 

Mark this as Helpful / Accept the Solution if this helps

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.