- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:27 PM
Hi Team
Does anyone know which table I can use to see the users or groups with whom reports have been shared?
I have 180 reports created, and I need to see whether they are shared with users or groups — but I don’t want to check them manually one by one.
Is there a table that stores this information?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:33 PM - edited 07-21-2025 01:38 PM
Check this table 'sys_report_users_groups' for Reports users/groups.
For Dashboards and it's permissions- check 'pa_dashboards_permissions' table
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:51 PM
if you are looking for only users and groups then refer to "sys_report_users_groups" table. Also, as report can be shared to roles directly. You can get roles information from "sys_report" table directly using field "roles".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:33 PM - edited 07-21-2025 01:38 PM
Check this table 'sys_report_users_groups' for Reports users/groups.
For Dashboards and it's permissions- check 'pa_dashboards_permissions' table
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:51 PM
if you are looking for only users and groups then refer to "sys_report_users_groups" table. Also, as report can be shared to roles directly. You can get roles information from "sys_report" table directly using field "roles".