Forum Discussion

JGOliveira90's avatar
JGOliveira90
New Member
4 years ago
Solved

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

  • FarhanAhmed's avatar
    FarhanAhmed
    Community Champion

    You can query thru Report Server Database

     

    SELECT  *   FROM [ReportServer].[dbo].[Users]