Skip to content

Commit

Permalink
Exporting enterprise membership information (github#29547)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Vanessa <vgrl@github.com>
  • Loading branch information
3 people authored Sep 29, 2022
1 parent e836268 commit 15b351f
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ You can access {% data variables.product.company_short %}'s compliance reports i

## Further reading

- "[Accessing compliance reports for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization)"
- "[Accessing compliance reports for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization)"{% ifversion enterprise-member-csv %}
- "[Exporting membership information for your enterprise](/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise)"{% endif %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Exporting membership information for your enterprise
intro: 'You can export information about all of your enterprise members.'
versions:
feature: enterprise-member-csv
topics:
- Enterprise
shortTitle: Export membership information
permissions: Enterprise owners can export membership information for an enterprise.
---

{% note %}

**Note:** Exporting membership information for an enterpirise is currently in beta and subject to change.

{% endnote %}

To perform an audit of people with access to your enterprise's resources, you can download a CSV report of membership information for your enterprise.

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
1. To the right of "Members", click **{% octicon "download" aria-label="The download icon" %} CSV Report**.

- If your enterprise has less than 1,000 members, the report will download immediately.
- If your enterprise has 1,000 or more members, you'll soon receive an email with a link to download the report.
![Screenshot of the "CSV report" button](/assets/images/help/business-accounts/csv-report-button.png)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ children:
- /promoting-or-demoting-a-site-administrator
- /managing-support-entitlements-for-your-enterprise
- /viewing-people-in-your-enterprise
- /exporting-membership-information-for-your-enterprise
- /viewing-and-managing-a-users-saml-access-to-your-enterprise
- /auditing-users-across-your-enterprise
- /impersonating-a-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ For more information about {% data variables.product.prodname_github_connect %},

{% endif %}

{% ifversion enterprise-member-csv %}
You can also export membership information for your enterprise. For more information, see "[Exporting membership information for your enterprise](/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise)."
{% endif %}

## Viewing enterprise administrators

You can view all the current enterprise owners{% ifversion ghec %} and billing managers{% endif %} for your enterprise.{% ifversion enterprise-membership-view-improvements %} You can see useful information about each administrator{% ifversion ghec %} and filter the list by role{% endif %}.{% endif %} You can find a specific person by searching for their username or display name.
Expand Down
4 changes: 4 additions & 0 deletions data/features/enterprise-member-csv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Reference: #6345
# Documentation for exporting enterprise membership information
versions:
ghec: '*'

0 comments on commit 15b351f

Please sign in to comment.