Skip to main content

This version of GitHub Enterprise was discontinued on 2023-07-06. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Removing a member from your organization

If members of your organization no longer require access to any repositories owned by the organization, you can remove them from the organization.

Who can use this feature

Organization owners can remove members from an organization.

Warning: When you remove members from an organization:

  • Removed members will lose access to private forks of your organization's private repositories, but may still have local copies. However, they cannot sync local copies with your organization's repositories. Their private forks can be restored if the user is reinstated as an organization member within three months of being removed from the organization. Ultimately, you are responsible for ensuring that people who have lost access to a repository delete any confidential information or intellectual property.
  • Removed members will also lose access to private forks of your organization's internal repositories, if the removed member is not a member of any other organization in your enterprise.
  • Any organization invitations sent by the removed user, that have not been accepted, are canceled and will not be accessible.

Note: When you remove a user from your organization, their membership data is saved for three months. You can restore their data, or any private forks they owned of your organization's repositories, if you invite the user to rejoin the organization within that time frame. For more information, see "Reinstating a former member of your organization."

Revoking the user's membership

  1. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Click the name of your organization.

  3. Under your organization name, click People.

    Screenshot of the horizontal navigation bar for an organization. A tab, labeled with a person icon and "People," is outlined in dark orange.

  4. Select the member or members you'd like to remove from the organization.

    Screenshot of the first two users in a list of organization members. To the left of each member, a checkbox is checked and outlined in dark orange.

  5. Above the list of members, select the X members selected... dropdown menu, and click Remove from organization.

    Screenshot of the list of organization members. Above the list, a dropdown menu, labeled "2 members selected..." is outlined in dark orange.

  6. Review the member or members who will be removed from the organization, then click Remove members.

Further reading