Skip to content

Commit 09a944c

Browse files
authored
Merge pull request #15990 from github/repo-sync
repo sync
2 parents 50e5666 + 07c2de2 commit 09a944c

16 files changed

Lines changed: 135 additions & 13 deletions

File tree

27.3 KB
Loading
23 KB
Loading

content/admin/overview/about-enterprise-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more information about the management of policies for your enterprise accoun
5050

5151
{% ifversion ghes or ghae %}
5252

53-
From your enterprise account on {% ifversion ghae %}{% data variables.product.product_name %}{% elsif ghes %}a {% data variables.product.prodname_ghe_server %} instance{% endif %}, administrators can view enterprise membership and manage the following for the {% ifversion ghes %}{% data variables.product.prodname_ghe_server %} instance{% elsif ghae %}enterprise on {% data variables.product.prodname_ghe_managed %}{% endif %}.
53+
From your enterprise account on {% ifversion ghae %}{% data variables.product.product_name %}{% elsif ghes %}a {% data variables.product.prodname_ghe_server %} instance{% endif %}, administrators can view{% if remove-enterprise-members %} and manage{% endif %} enterprise membership{% if enterprise-owner-join-org %}, manage their own membership in organizations owned by the enterprise,{% endif %} and manage the following for the {% ifversion ghes %}{% data variables.product.prodname_ghe_server %} instance{% elsif ghae %}enterprise on {% data variables.product.prodname_ghe_managed %}{% endif %}.
5454

5555
{% ifversion ghes %}
5656
- License usage{% endif %}
@@ -65,7 +65,7 @@ From your enterprise account on {% ifversion ghae %}{% data variables.product.pr
6565

6666
{% endif %}
6767

68-
{% ifversion ghec or ghes %}When you try or purchase {% data variables.product.prodname_enterprise %}, you can{% ifversion ghes %} also{% endif %} create an enterprise account for {% data variables.product.prodname_ghe_cloud %} on {% data variables.product.prodname_dotcom_the_website %}. Administrators for the enterprise account on {% data variables.product.prodname_dotcom_the_website %} can view membership and manage the following for the enterprise account{% ifversion ghes %} on {% data variables.product.prodname_dotcom_the_website %}{% endif %}.
68+
{% ifversion ghec or ghes %}When you try or purchase {% data variables.product.prodname_enterprise %}, you can{% ifversion ghes %} also{% endif %} create an enterprise account for {% data variables.product.prodname_ghe_cloud %} on {% data variables.product.prodname_dotcom_the_website %}. Administrators for the enterprise account on {% data variables.product.prodname_dotcom_the_website %} can view {% if remove-enterprise-members %} and manage{% endif %} enterprise membership{% if enterprise-owner-join-org %}, manage their own membership in organizations owned by the enterprise,{% endif %} and manage the following for the enterprise account{% ifversion ghes %} on {% data variables.product.prodname_dotcom_the_website %}{% endif %}.
6969

7070
- Billing and usage (services on {% data variables.product.prodname_dotcom_the_website %}, {% data variables.product.prodname_GH_advanced_security %}, user licenses)
7171
- Security (single sign-on, IP allow lists, SSH certificate authorities, two-factor authentication)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ children:
2525
- /adding-people-to-teams
2626
- /viewing-the-audit-logs-for-organizations-in-your-enterprise
2727
- /streaming-the-audit-logs-for-organizations-in-your-enterprise-account
28+
- /managing-your-role-in-an-organization-owned-by-your-enterprise
2829
- /removing-users-from-teams-and-organizations
2930
- /removing-organizations-from-your-enterprise
3031
- /restoring-a-deleted-organization
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Managing your role in an organization owned by your enterprise
3+
intro: You can manage your membership in any organization owned by your enterprise and change your role within the organization.
4+
permissions: Enterprise owners can manage their role in an organization owned by the enterprise.
5+
versions:
6+
feature: enterprise-owner-join-org
7+
type: how_to
8+
topics:
9+
- Administrator
10+
- Enterprise
11+
- Organizations
12+
shortTitle: Manage your organization roles
13+
---
14+
15+
{% note %}
16+
17+
**Note:** The ability for enterprise owners to manage their role in an organization owned by the enterprise is in beta and subject to change.
18+
19+
{% endnote %}
20+
21+
## About role management
22+
23+
You can choose to join an organization owned by your enterprise as a member or as an organization owner, change your role within the organization, or leave the organization.
24+
25+
{% warning %}
26+
27+
**Warning**: If an organization uses SCIM to provision users, joining the organization this way could have unintended consequences. For more information, see "[About SCIM](/organizations/managing-saml-single-sign-on-for-your-organization/about-scim)."
28+
29+
{% endwarning %}
30+
31+
## Managing your role with the enterprise settings
32+
33+
You can join an organization owned by your enterprise and manage your role within the organization, directly from the settings for your enterprise account.
34+
35+
If an organization enforces SAML single sign-on (SSO), you cannot use the enterprise settings to join the organization. Instead, you must join the organization using that organization's identity provider (IdP). Then, you can manage your role in your enterprise settings. For more information, see "[Joining an organization that enforces SAML SSO](#joining-an-organization-that-enforces-saml-sso)."
36+
37+
{% data reusables.enterprise-accounts.access-enterprise %}
38+
1. On the **Organizations** tab, to the right of the organization you want to manage your role in, select the {% octicon "gear" aria-label="The gear icon" %} dropdown menu and click the action you want to take.
39+
40+
![Screenshot of the dropdown menu for the gear icon for an organization](/assets/images/help/business-accounts/change-role-in-org.png)
41+
42+
## Joining an organization that enforces SAML SSO
43+
44+
If an organization enforces SAML SSO, you cannot use the enterprise settings to join the organization. Instead, you must join the organization using that organization's identity provider (IdP).
45+
46+
1. You must be assigned access in your IdP to the application for {% data variables.product.prodname_ghe_cloud %} that is used by the organization. If you're unable to configure your IdP yourself, contact your IdP administrator.
47+
1. Authenticate to the organization using SAML SSO.
48+
49+
- If the organization uses SCIM, accept the organization invitation that will be generated by the SCIM integration.
50+
- If the organization does not use SCIM, visit the following URL, replacing ORGANIZATION with the name of the organization, then follow the prompts to authenticate.
51+
52+
`https://github.com/orgs/ORGANIZATION/sso`
53+
54+
After you've joined the organization, you can use the enterprise settings to manage your role in the organization, such as becoming an organization owner. For more information, see "[Managing your role with the enterprise settings](#managing-your-role-with-the-enterprise-settings)."

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
@@ -27,6 +27,7 @@ children:
2727
- /viewing-and-managing-a-users-saml-access-to-your-enterprise
2828
- /auditing-users-across-your-enterprise
2929
- /impersonating-a-user
30+
- /removing-a-member-from-your-enterprise
3031
- /managing-dormant-users
3132
- /suspending-and-unsuspending-users
3233
- /placing-a-legal-hold-on-a-user-or-organization
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Removing a member from your enterprise
3+
intro: 'You can remove a member from all organizations owned by your enterprise.'
4+
permissions: Enterprise owners can remove an enterprise member from the enterprise.
5+
versions:
6+
feature: 'remove-enterprise-members'
7+
type: how_to
8+
topics:
9+
- Enterprise
10+
shortTitle: Remove member
11+
---
12+
13+
{% note %}
14+
15+
**Note:** The ability to remove enterprise members is in beta and subject to change.
16+
17+
{% endnote %}
18+
19+
## About removal of enterprise members
20+
21+
When you remove an enterprise member from your enterprise, the member is removed from all organizations owned by your enterprise.
22+
23+
If the enterprise member you're removing is the last owner of an organization owned by your enterprise, you will become an owner of that organization.
24+
25+
If your enterprise or any of the organizations owned by your enterprise uses an identity provider (IdP) to manage organization membership, the member may be added back to the organization by the IdP. Make sure to also make any necessary changes in your IdP.
26+
27+
## Removing a member from your enterprise
28+
29+
{% note %}
30+
31+
**Note:** If an enterprise member uses only {% data variables.product.prodname_ghe_server %}, and not {% data variables.product.prodname_ghe_cloud %}, you cannot remove the enterprise member this way.
32+
33+
{% endnote %}
34+
35+
{% data reusables.enterprise-accounts.access-enterprise %}
36+
{% data reusables.enterprise-accounts.people-tab %}
37+
1. To the right of the person you want to remove, select the {% octicon "gear" aria-label="The gear icon" %} dropdown menu and click **Remove from enterprise**.
38+
39+
![Screenshot of the "Remove from enterprise" option for an enterprise member](/assets/images/help/business-accounts/remove-member.png)

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,23 @@ For more information about adding people to your enterprise, see "[Authenticatio
3030

3131
{% endif %}
3232

33-
## Enterprise owner
33+
## Enterprise owners
3434

3535
Enterprise owners have complete control over the enterprise and can take every action, including:
3636
- Managing administrators
37-
- {% ifversion ghec %}Adding and removing {% elsif ghae or ghes %}Managing{% endif %} organizations {% ifversion ghec %}to and from {% elsif ghae or ghes %} in{% endif %} the enterprise
37+
- {% ifversion ghec %}Adding and removing {% elsif ghae or ghes %}Managing{% endif %} organizations {% ifversion ghec %}to and from {% elsif ghae or ghes %} in{% endif %} the enterprise{% if remove-enterprise-members %}
38+
- Removing enterprise members from all organizations owned by the enterprise{% endif %}
3839
- Managing enterprise settings
3940
- Enforcing policy across organizations
4041
{% ifversion ghec %}- Managing billing settings{% endif %}
4142

43+
{% if enterprise-owner-join-org %}
44+
Enterprise owners do not have access to organization settings or content by default. To gain access, enterprise owners can join any organization owned by their enterprise. For more information, see "[Managing your role in an organization owned by your enterprise](/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise)."
45+
46+
Owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
47+
{% else %}
4248
Enterprise owners cannot access organization settings or content unless they are made an organization owner or given direct access to an organization-owned repository. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
49+
{% endif %}
4350

4451
An enterprise owner will only consume a license if they are an owner or member of at least one organization within the enterprise. Even if an enterprise owner has a role in multiple organizations, they will consume a single license. {% ifversion ghec %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
4552

@@ -55,7 +62,7 @@ People with outside collaborator access to repositories owned by your organizati
5562

5663
{% ifversion ghec %}
5764

58-
## Billing manager
65+
## Billing managers
5966

6067
Billing managers only have access to your enterprise's billing settings. Billing managers for your enterprise can:
6168
- View and manage user licenses, {% data variables.large_files.product_name_short %} packs and other billing settings

content/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ topics:
1313
- Organizations
1414
- Teams
1515
shortTitle: Remove a member
16+
permissions: 'Organization owners can remove members from an organization.'
1617
---
1718

18-
Only organization owners can remove members from an organization.
19-
2019
{% ifversion fpt or ghec %}
2120

2221
{% warning %}
@@ -66,4 +65,5 @@ To help the person you're removing from your organization transition and help en
6665

6766
## Further reading
6867

69-
- "[Removing organization members from a team](/articles/removing-organization-members-from-a-team)"
68+
- "[Removing organization members from a team](/articles/removing-organization-members-from-a-team)"{% if remove-enterprise-members %}
69+
- "[Removing a member from your enterprise](/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise)"{% endif %}

content/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Organization owners have full administrative access to the organization. {% data
3131

3232
{% endnote %}
3333

34+
{% if enterprise-owner-join-org %}
35+
If your organization is owned by an enterprise account, any enterprise owner can make themself an owner of your organization. For more information, see "[Managing your role in an organization owned by your enterprise](/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise)."
36+
{% endif %}
37+
3438
## Appointing an organization owner
3539

3640
{% data reusables.profile.access_org %}

0 commit comments

Comments
 (0)