Share via

How do we request access for someone in SSRS?

Janet Taglianetti 0 Reputation points
2026-03-17T18:56:04.48+00:00

How do we request access for someone in SSRS to run reports?

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-17T18:56:21.64+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In SSRS, access is granted by assigning users or groups to roles on the report server and/or specific folders/reports. To let someone run reports, add their Windows account or an AD group to an appropriate role (for example, Browser or a custom view-only role).

    Basic steps in the SSRS web portal (native mode):

    1. Open the report server web portal.
    2. To grant server-wide access (optional):
      • Select the gear icon in the upper-right corner → Site settingsSecurity.
      • Select Add group or user.
      • In Group or user, enter the Windows domain user or group in the format <domain>\<account>.
      • Select a system role (for example, System User) and select OK.
    3. To grant access to run reports in a specific folder or report:
      • Browse to the folder or report.
      • Open its security/permissions (for example, ManageSecurity or Folder SettingsSecurity, depending on version).
      • If needed, break inheritance (for example, Edit Item SecurityOK when prompted that security is inherited).
      • Select New Role Assignment / Add group or user.
      • Enter the user or AD group (<domain>\<account>).
      • Select a role that allows viewing/running reports, such as Browser.
      • Select OK.

    After this, the user (or anyone in the group) can browse to the portal and run the reports covered by the role assignment.

    If using Service Manager standard reports, grant SSRS permissions similarly at the root or specific report folders so non-admin users can see and run reports from the Reporting workspace.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.