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

# Review user activity

You can review user behavior across Domino.

1. In the navigation pane, click **Manage resources > Users**.

2. The report will show you when they signed up, the number of workloads run, whether they are active, and their roles.

## Generate a User Activity report

You can download a CSV of the user activity information.

1. In the navigation pane, click **Admin**.

2. Go to **Reports** > **User Activity Report**.

3. Enter the following:

   * The **Start Date** and **End Date** for the report.

   * The number of days to see in the recent activity section.

   * The organization for which you want to see data.

   * Email addresses to send copies of the report.

4. Click **Download Report**.

## Schedule a User Activity report

Configure certain configuration records keys to schedule User Activity reports to be automatically generated and emailed.

1. In the navigation pane, click **Admin**.

2. Go to **Platform Settings** > **Configuration Records**.

3. Set the options below; `com.cerebro.domino.com.cerebro.domino.Usage.ReportRecipients` is required.

   <table>
     <thead>
       <tr>
         <th>Key</th>
         <th>Default</th>
         <th>Description</th>
       </tr>
     </thead>

     <tbody>
       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.email.usageReportRecipient</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p><code>[usage@dominodatalab.com](mailto:usage@dominodatalab.com)</code></p></td>
         <td><p>Sets the default recipient for the user activity report. To access this report, go to <strong>Reports</strong> > <strong>User Activity Report</strong>.</p></td>
       </tr>

       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.email.EmailToDomino</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p><code>true</code></p></td>
         <td><p>When <code>true</code>, the system sends a scheduled user activity report to <a href="mailto:usage@dominodatalab.com">[usage@dominodatalab.com](mailto:usage@dominodatalab.com)</a> to help improve Domino.</p></td>
       </tr>

       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.Usage.RecentUsageDays</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p><code>30</code></p></td>
         <td><p>Specifies the number of days to report for recent activity in the user activity reports. For example, the default value includes activity within the past 30 days in the Recent Activity section.</p>&#x20;
         &#x20;<p>The cron entry is set in UTC.</p></td>
       </tr>

       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.Usage.ReportFrequency</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p><code>0 0 2 \* \* ?</code></p></td>
         <td><p>Defines the frequency for automatically scheduled user activity reports. The default cron string value is set to daily at 02:00.</p>&#x20;
         &#x20;<p>This value must be a QUARTZ cron string expression. See the <a href="http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html">Cron Quartz tutorial</a>.</p></td>
       </tr>

       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.Usage.ReportRecipients</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p>Empty</p></td>
         <td><p>Identifies a comma-separated list of email addresses that receive automatic scheduled user activity reports. This is not shown in the configuration records unless it is set explicitly. Example values are: <a href="mailto:email1@domain.com">[email1@domain.com](mailto:email1@domain.com)</a>, <a href="mailto:email2@domain.com">[email2@domain.com](mailto:email2@domain.com)</a>.</p></td>
       </tr>

       <tr>
         <td colSpan="3"><p><code>com.cerebro.domino.Usage.IncludeUsernameAndEmail</code></p></td>
       </tr>

       <tr>
         <td />

         <td><p><code>false</code></p></td>
         <td><p>When <code>true</code>, automatically generated and emailed user activity reports include username and email address columns.</p></td>
       </tr>
     </tbody>
   </table>
