> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscribing Users to Reports

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Reporting , Admin , Article , Account Administration , Established , Instruction"}} />

The data included in reports is often needed by various functions in your company, such as security, legal, human resources, and so on, who don't have access to the Box Admin Console and who cannot generate reports themselves. Instead of an administrator having to generate a report and then manually send that report to other people in your company, you can subscribe other Box users in your enterprise to receive reports automatically when they are generated.

You can subscribe user to reports you run once and reports you schedule.

**To subscribe users to a report:**

1. Create a report as described in the *To run a report* procedure in [Running Reports](/en/box-admin-tools/reporting-and-insights/running-reports).
2. In the **Invite As Viewer** field, enter one or more user names (of managed users).
3. Click **Run**.

If you have reports that you have scheduled or that you have saved their configuration, you can add subscribers to them or delete subscribers from them.

**To add subscribers to or delete subscribers from reports:**

1. Go to **Admin Console > Reports**.
2. Click the **Saved Reports** tab.
3. Hover your cursor over the report, click the <InlineImage src="/images/shared/button-3-dots2.png" alt="button-3-dots2-png" /> button at the right end of the line, and then click **Edit Filters**.
4. In the **Invite As Viewer** field:
   * To add subscribers, enter one or more user names (of managed users).
   * To remove subscribers, click the x for any user name.
5. Click **Save**.
