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.

Converting an organization member to an outside collaborator

If a current member of your organization only needs access to certain repositories, such as consultants or temporary employees, you can convert them to an outside collaborator.

Who can use this feature

Organization owners can convert an organization member to an outside collaborator.

About conversion of organization members to outside collaborators

You can convert a member of an organization to an outside collaborator. For more information about outside collaborators, see "Adding outside collaborators to repositories in your organization."

Converting an organization member to an outside collaborator may be restricted. For more information, see "Enforcing repository management policies in your enterprise."

Adding an outside collaborator to a private repository will use one of your paid licenses. For more information, see "About billing for your enterprise." When you add an outside collaborator to a repository, you'll also need to add them to any forks of the repository you'd like them to access. If you are adding an outside collaborator to a private or internal fork of a repository, the collaborator must be a collaborator on the upstream repository.

After converting an organization member to an outside collaborator, they'll only have access to the repositories that their current team membership allows. The person will no longer be an explicit member of the organization, and will no longer be able to:

  • Create teams
  • See all organization members and teams
  • @mention any visible team
  • Be a team maintainer

For more information, see "Roles in an organization."

We recommend reviewing the organization member's access to repositories to ensure their access is as you expect. For more information, see "Managing an individual's access to an organization repository."

When you convert an organization member to an outside collaborator, their privileges as organization members are saved for three months so that you can restore their membership privileges if you add them back to your organization within that time frame. For more information, see "Reinstating a former member of your organization."

Converting an organization member to an outside collaborator

Note: You may not be able to convert an organization member to an outside collaborator, if an organization owner or enterprise owner has restricted your ability to add outside collaborators.

  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 person or people you'd like to convert to outside collaborators.

    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 Convert to outside collaborator.

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

  6. Read the information about converting members to outside collaborators, then click Convert to outside collaborator.

Further reading