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.

Table Name Shared Reports

Rafael Batistot
Kilo Patron

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!

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.
2 ACCEPTED SOLUTIONS

Voona Rohila
Mega Patron
Mega Patron

Hi @Rafael Batistot 

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

View solution in original post

Swapna Abburi
Mega Sage
Mega Sage

Hi @Rafael Batistot 

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".

View solution in original post

2 REPLIES 2

Voona Rohila
Mega Patron
Mega Patron

Hi @Rafael Batistot 

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

Swapna Abburi
Mega Sage
Mega Sage

Hi @Rafael Batistot 

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".