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
  • FarhanAhmed's avatar
    4 years ago

    You can query thru Report Server Database

     

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