# Where can I find active user counts for each SaaS application protected by Nightfall?

<table><thead><tr><th width="191">Integration</th><th>User Count</th></tr></thead><tbody><tr><td>Gmail</td><td>You can view the list of users using the Gmail integration by navigating to the <code>Reporting > User Reports > Apps usage</code> page from the Google Workspace admin console. You can refer this <a href="https://support.google.com/a/answer/11479894?hl=en&#x26;sjid=13943315555498192084-AP">Google documentation</a> for more help.</td></tr><tr><td>Zendesk</td><td>You can view the list of users using the Zendesk integration by navigating to the <code>Admin Center > People > Team > Team members</code> page. You can refer this <a href="https://support.zendesk.com/hc/en-us/articles/4408843830938-About-the-Team-members-page">Zendesk Documentation</a> for more help.</td></tr><tr><td>Microsoft 365</td><td>For Microsoft 365 applications, you can view the number of users from within the Nightfall application. You can navigate to the <code>Settings > Directory Sync</code> page. This page also displays the total number of guest users (if any) invited to your Azure ID active directory (AD). So the total Active user count is the sum of total licensed Azure Entra ID Active Directory users and guest users invited to your Entra ID AD.</td></tr><tr><td>Notion</td><td>You can view the list of users using the Notion integration by navigating to the <code>Settings &#x26; members > Analytics > Members tab</code>.  You can refer this <a href="https://www.notion.so/help/workspace-analytics">Notion Documentation</a> for more help.</td></tr><tr><td>Slack</td><td>You can view the total active user count in Slack from the dashboard. For more information, see the instructions in Slack documentation at <a href="https://slack.com/intl/en-in/help/articles/360057638533-Understand-the-data-in-your-Slack-analytics-dashboard">https://slack.com/intl/en-in/help/articles/360057638533-Understand-the-data-in-your-Slack-analytics-dashboard</a> </td></tr><tr><td>Google Drive</td><td><p>Go to the Google workspace console to find the total number of active users in Google drive. For more information, see instructions at <a href="https://support.google.com/a/answer/11479894?hl=en&#x26;sjid=13943315555498192084-AP">https://support.google.com/a/answer/11479894?hl=en&#x26;sjid=13943315555498192084-AP#</a> </p><p>Active users excludes suspended, archived, and group users. That removes users who are no longer able to use Google Workspace and any group aliases (e.g. if you have a Sales team alias under sales@companydomain.com, it is not included in the Active user count).</p></td></tr><tr><td>Salesforce</td><td>Salesforce offers various user licenses but Nightfall only relies on the count of standard user licenses, if and when applicable. For more information, see the instructions in Salesforce documentation on where to find the count of user licenses <a href="https://help.salesforce.com/s/articleView?id=sf.users_understanding_license_types.htm&#x26;type=5">https://help.salesforce.com/s/articleView?id=sf.users_understanding_license_types.htm&#x26;type=5</a></td></tr><tr><td>Jira/ Confluence</td><td>See the instructions in Atlassian documentation for user count information. Please verify the Atlassian edition you are on to identify the active user counts for Jira and Confluence. <a href="https://support.atlassian.com/organization-administration/docs/monitor-your-enterprise-user-counts/">https://support.atlassian.com/organization-administration/docs/monitor-your-enterprise-user-counts/</a> </td></tr><tr><td>GitHub</td><td><p>You can use the below API endpoint to get the list of active users in GitHub <a href="https://docs.github.com/en/rest/orgs?apiVersion=2022-11-28#list-organization-members">https://docs.github.com/en/rest/orgs?apiVersion=2022-11-28#list-organization-members</a> In the response from the API, you can get:</p><ol><li>Active users: if the suspended_at field/value is missing or the value is empty, they are considered “active.”</li><li>Inactive users: if the suspended_at field/value is set then users are considered inactive.</li></ol></td></tr></tbody></table>
