Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What should roles given to the user to query sys_user_grmember table?

vidyas
Kilo Explorer

I have given rest_service role to a user   , but not able query sys_user_grmember (Group Member) table . If give admin role then i am able to access , is admin role really needed for   just querying the table ?

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Vidya,



ITIL or User_admin or skill_user role can query the sys_user_grmember table. Hence you can grant any of this roles.


anurag92
Kilo Sage

Just for reading grmember table, you would only need ITIL role. You can create a module for it and ITIL users would be able to read it.