Can we retrieve the list of users having access to a set of Dashboards?

Sundar16
Tera Contributor

Hi Everyone,

I am attempting to create a report or export a list of users who have access to a set of dashboards. While I have located a specific table (sys_report_users_groups) that displays the list of users with access to reports, I have been unable to find a corresponding table for dashboards. 

Any directions would be very helpful.

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Sundar16 

To find the list of users who have access to dashboards in ServiceNow, you can refer to the pa_dashboards_permissions table. This table stores the details about dashboard access permissions, including which users and groups have access to specific dashboards.

Additionally, here are some other relevant tables you might find useful:

pa_dashboards: Contains the list of dashboards.
pa_dashboards_group: Manages dashboard parent grouping for visibility within dropdowns.
pa_m2m_dashboard_tabs: Stores information about tabs on dashboards13.
You can use these tables to create a comprehensive report on dashboard access.

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sundar16 

 

https://www.servicenow.com/community/sysadmin-forum/dashboard-and-shared-users-question/m-p/2644295

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************