Skip to main content

Adding organization members to a team

People with owner or team maintainer permissions can add organization members to teams. People with owner permissions can also invite non-members to join a team and the organization.

Organizations that use GitHub Enterprise Cloud can use team synchronization to automatically add and remove organization members to teams through an identity provider. For more information, see "Synchronizing a team with an identity provider group" in the GitHub Enterprise Cloud documentation.

  1. In the upper-right corner of GitHub.com, select 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 Teams.

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

  4. Click the name of the team.

  5. At the top of the team page, click Members.

    Screenshot of the header of a team's page. A tab, labeled with an organization icon and "Members", is outlined in dark orange.

  6. Above the list of team members, click Add a member.

  7. Add an organization member to the team or invite a non-member to join a team.

    • If the person you want to add is already a member of your organization, type their username and click Enter. The user will immediately be added to the team.
    • If the person you want to add is not member of your organization, type their username or email address and click Enter. The user will receive an email invitation to join your organization and will be added to the team once they accept the invitation.
  8. Review the list of repositories that the new team member will have access to, then click Add USERNAME to TEAMNAME.

You can edit or cancel an invitation any time before the user accepts.

Further reading