Using the Reporting Services Web Service, how do you get the permissions of a particular user?
Using the SQL Server Reporting Services Web Service , how can I determine the permissions of a particular domain user for a particular report? The user in question is not the user that is accessing the Web Service. I am accessing the Web Service using a domain service account (lets say MYDOMAIN\SSRSAdmin ) that has full permissions in SSRS . I would like to programmatically find the permissions of a domain user (lets say MYDOMAIN\JimBob ) for a particular report. The GetPermissions() method on the Web Service will return a list of permissions that the current user has ( MYDOMAIN\SSRSAdmin ),