Skip to main content

Granting access to Copilot for members of your organization

Grant access to GitHub Copilot for some or all of the members of your organization.

누가 이 기능을 사용할 수 있나요?

Organization owners for organizations with a Copilot Business plan.

Configuring access to GitHub Copilot in your organization

After setting up a Copilot Business plan, an organization owner can grant GitHub Copilot access to members of their organization.

Billing for GitHub Copilot starts when you grant an organization member access, irrespective of when they first use Copilot. If you grant an organization member access midway through a billing cycle, the cost is prorated for the remainder of the cycle. For more information, see GitHub Copilot 청구 정보.

Granting access to GitHub Copilot for all current and future users in your organization

  1. GitHub의 오른쪽 위 모서리에서 프로필 사진을 선택한 다음, Your organizations를 클릭합니다.
  2. 조직 옆에 있는 설정을 클릭합니다.
  3. 사이드바의 "코드, 계획 및 자동화" 섹션에서 Copilot 을(를) 클릭한 다음 액세스를 클릭합니다.
  4. If the Allow this organization to assign seats button is displayed, click this button.
  5. Click Start adding seats.
  6. To enable GitHub Copilot for all current and future users in your organization, select Purchase for all members.
  7. In the "Confirm seats purchase for all members" dialog, to confirm that you want to enable GitHub Copilot for all current and future users in your organization, click Purchase seats.

Granting access to GitHub Copilot for specific users in your organization

  1. GitHub의 오른쪽 위 모서리에서 프로필 사진을 선택한 다음, Your organizations를 클릭합니다.

  2. 조직 옆에 있는 설정을 클릭합니다.

  3. 사이드바의 "코드, 계획 및 자동화" 섹션에서 Copilot 을(를) 클릭한 다음 액세스를 클릭합니다.

  4. If the Allow this organization to assign seats button is displayed, click this button.

  5. Click Start adding seats.

  6. To enable GitHub Copilot for selected teams or users in your organization, select Purchase for selected members.

  7. In the "Enable Copilot access for users and teams" dialog, click one of the two tabs.

    Screenshot of the "enable access for selected members" dialog.

    • Click Users and teams to search for and add individual users or teams.

      To search for a user, type their username or full name in the search bar. If you select a user who is not currently a member of your organization, they will be invited to join your organization when you click Continue to purchase followed by Purchase seats.

    • Click Upload CSV to add users in bulk by uploading a CSV file.

      To add members in bulk, click Choose CSV to upload, and then upload a CSV file including either the username or email address for each member you want to add, separated by a comma. The file can contain a mixture of usernames and email addresses.

      경고

      When you upload a CSV file, unless you're using Enterprise Managed Users, GitHub Copilot will search all users on GitHub.com for matches. If the CSV includes users who are not members of your organization, they will be invited to join your organization when you click Continue to purchase followed by Purchase seats. This warning does not apply to accounts using Enterprise Managed Users.

      Review the list of users generated from your CSV file. Clear the selection of any users you do not want to add.

  8. Click Continue to purchase, then click Purchase seats.

Using the API to grant access to GitHub Copilot

You can use GitHub's REST API to grant access to GitHub Copilot for teams, or specific users, in your organization. See Add teams to the Copilot subscription for an organization and Add users to the Copilot subscription for an organization.

GitHub은 많은 성공적인 출시가 개발자가 승인 없이 라이선스를 클레임할 수 있는 완전 셀프 서비스 모델을 제공한다는 사실을 발견했습니다. 이 프로세스를 설정하는 옵션에 대한 자세한 내용은 Setting up a self-serve process for GitHub Copilot licenses을(를) 참조하세요.

Further reading