Unaffiliated users can self-remove from an enterprise (#58575)
Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
BIN
assets/images/help/enterprises/enterprise-self-removal.png
Normal file
BIN
assets/images/help/enterprises/enterprise-self-removal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
@@ -19,6 +19,7 @@ children:
|
|||||||
- /requesting-organization-approval-for-oauth-apps
|
- /requesting-organization-approval-for-oauth-apps
|
||||||
- /publicizing-or-hiding-organization-membership
|
- /publicizing-or-hiding-organization-membership
|
||||||
- /removing-yourself-from-an-organization
|
- /removing-yourself-from-an-organization
|
||||||
|
- /removing-yourself-from-an-enterprise
|
||||||
shortTitle: Organization membership
|
shortTitle: Organization membership
|
||||||
contentType: how-tos
|
contentType: how-tos
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: Removing yourself from an enterprise
|
||||||
|
intro: You can leave an enterprise after removing yourself from every organization in the enterprise.
|
||||||
|
versions:
|
||||||
|
fpt: '*'
|
||||||
|
ghec: '*'
|
||||||
|
topics:
|
||||||
|
- Accounts
|
||||||
|
shortTitle: Leave an enterprise
|
||||||
|
contentType: how-tos
|
||||||
|
---
|
||||||
|
|
||||||
|
If your personal {% data variables.product.github %} account is a member of an enterprise, you can leave the enterprise at any time.
|
||||||
|
|
||||||
|
After leaving an enterprise, you will no longer be a member of any organization in the enterprise, and you will lose {% data variables.product.prodname_copilot %} licenses and other privileges granted through the enterprise.
|
||||||
|
|
||||||
|
>[!NOTE] If you use a {% data variables.enterprise.prodname_managed_user %} provided by your enterprise, only administrators can remove you from the enterprise. You're using a {% data variables.enterprise.prodname_managed_user %} if all usernames in your enterprise end with a pattern like `_CODE`, or if you access the enterprise at a domain like `{% data variables.enterprise.data_residency_example_domain %}`.
|
||||||
|
|
||||||
|
## Leaving an enterprise
|
||||||
|
|
||||||
|
To leave an enterprise, you must remove yourself from every organization in the enterprise, then leave the enterprise itself.
|
||||||
|
|
||||||
|
1. Leave every organization in the enterprise.
|
||||||
|
1. Go to the [Enterprises](https://github.com/settings/enterprises) page in your settings.
|
||||||
|
1. Click the enterprise you want to leave, then click the **Organizations** tab.
|
||||||
|
1. Use the **Your role** dropdown to see the organizations that you're a member of.
|
||||||
|
1. Leave each organization by following the instructions in [AUTOTITLE](/account-and-profile/how-tos/organization-membership/removing-yourself-from-an-organization).
|
||||||
|
1. Go back to the [Enterprises](https://github.com/settings/enterprises) page and check if the enterprise is still listed. If it is **not** listed, you have left the enterprise.
|
||||||
|
1. If the enterprise **is** still listed, check your role for the enterprise and take the appropriate action to leave:
|
||||||
|
|
||||||
|
* If you're an **unaffiliated member**, next to the enterprise name, click **Leave**.
|
||||||
|
* If you're an **owner**, you must go to the enterprise settings and remove yourself. See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise#removing-an-enterprise-administrator-from-your-enterprise-account).
|
||||||
|
* If you're a **billing manager**, you must ask an enterprise owner to remove you using the instructions in [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise#removing-an-enterprise-administrator-from-your-enterprise-account).
|
||||||
|
|
||||||
|

|
||||||
@@ -30,3 +30,9 @@ contentType: how-tos
|
|||||||
{% data reusables.user-settings.access_settings %}
|
{% data reusables.user-settings.access_settings %}
|
||||||
{% data reusables.user-settings.organizations %}
|
{% data reusables.user-settings.organizations %}
|
||||||
1. Under "Organizations", next to the organization you'd like to remove yourself from, click **Leave**.
|
1. Under "Organizations", next to the organization you'd like to remove yourself from, click **Leave**.
|
||||||
|
|
||||||
|
{% ifversion fpt or ghec %}
|
||||||
|
|
||||||
|
If you remove yourself from every organization in an enterprise, you may also be automatically removed from the enterprise account. If you haven't been removed and want to leave an enterprise, see [AUTOTITLE](/account-and-profile/how-tos/organization-membership/removing-yourself-from-an-enterprise).
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|||||||
@@ -124,12 +124,17 @@ If a user is a member or owner of any organization, they are listed as an **orga
|
|||||||
|
|
||||||
### Unaffiliated users
|
### Unaffiliated users
|
||||||
|
|
||||||
If a user is not a member of any organization, they are listed as an **unaffiliated user**. These users:
|
If a user is not a member of any organization, and doesn't have the enterprise owner or billing manager role, the user is listed as an unaffiliated user.
|
||||||
|
|
||||||
* Do not consume a {% data variables.product.prodname_enterprise %} license.
|
Unaffiliated users:
|
||||||
|
|
||||||
|
* Do not consume a {% data variables.product.prodname_enterprise %} license, unless they meet another criterion listed in [AUTOTITLE](/billing/reference/github-license-users#organizations-on-github-enterprise-cloud).
|
||||||
* Cannot access private or internal repositories.
|
* Cannot access private or internal repositories.
|
||||||
* Can be added as members of enterprise teams.
|
* Can be added as members of enterprise teams.
|
||||||
* Can receive a {% data variables.product.prodname_copilot_short %} license directly from your enterprise.
|
* Can receive a {% data variables.product.prodname_copilot_short %} license or custom role directly from your enterprise.
|
||||||
|
* Can remove themselves from the enterprise at any time, unless you use {% data variables.product.prodname_emus %}.
|
||||||
|
|
||||||
|
If you have an enterprise with personal accounts, you can disable this role. See [AUTOTITLE](/admin/enforcing-policies/enforcing-policies-for-your-enterprise/control-offboarding).
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user