Forum Discussion
JGOliveira90
4 years agoNew Member
Power BI Report Server User list
How can i get the users list from my local report server? I tried doing with API but couldn't figure out how
You can query thru Report Server Database
SELECT * FROM [ReportServer].[dbo].[Users]
2 Replies
- FarhanAhmedCommunity Champion
You can query thru Report Server Database
SELECT * FROM [ReportServer].[dbo].[Users]- JGOliveira90New Member
Thank you