Skip to content

Commit 15b351f

Browse files
lecoursengithub-actionsvgrl
authored
Exporting enterprise membership information (github#29547)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Vanessa <[email protected]>
1 parent e836268 commit 15b351f

File tree

6 files changed

+37
-1
lines changed

6 files changed

+37
-1
lines changed
9.08 KB
Loading

content/admin/overview/accessing-compliance-reports-for-your-enterprise.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ You can access {% data variables.product.company_short %}'s compliance reports i
2828

2929
## Further reading
3030

31-
- "[Accessing compliance reports for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization)"
31+
- "[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 %}
32+
- "[Exporting membership information for your enterprise](/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise)"{% endif %}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Exporting membership information for your enterprise
3+
intro: 'You can export information about all of your enterprise members.'
4+
versions:
5+
feature: enterprise-member-csv
6+
topics:
7+
- Enterprise
8+
shortTitle: Export membership information
9+
permissions: Enterprise owners can export membership information for an enterprise.
10+
---
11+
12+
{% note %}
13+
14+
**Note:** Exporting membership information for an enterpirise is currently in beta and subject to change.
15+
16+
{% endnote %}
17+
18+
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.
19+
20+
{% data reusables.enterprise-accounts.access-enterprise %}
21+
{% data reusables.enterprise-accounts.people-tab %}
22+
1. To the right of "Members", click **{% octicon "download" aria-label="The download icon" %} CSV Report**.
23+
24+
- If your enterprise has less than 1,000 members, the report will download immediately.
25+
- If your enterprise has 1,000 or more members, you'll soon receive an email with a link to download the report.
26+
![Screenshot of the "CSV report" button](/assets/images/help/business-accounts/csv-report-button.png)

content/admin/user-management/managing-users-in-your-enterprise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ children:
2424
- /promoting-or-demoting-a-site-administrator
2525
- /managing-support-entitlements-for-your-enterprise
2626
- /viewing-people-in-your-enterprise
27+
- /exporting-membership-information-for-your-enterprise
2728
- /viewing-and-managing-a-users-saml-access-to-your-enterprise
2829
- /auditing-users-across-your-enterprise
2930
- /impersonating-a-user

content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ For more information about {% data variables.product.prodname_github_connect %},
3636

3737
{% endif %}
3838

39+
{% ifversion enterprise-member-csv %}
40+
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)."
41+
{% endif %}
42+
3943
## Viewing enterprise administrators
4044

4145
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.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Reference: #6345
2+
# Documentation for exporting enterprise membership information
3+
versions:
4+
ghec: '*'

0 commit comments

Comments
 (0)