Skip to main content

Revoking access to Copilot for members of your organization

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

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

Organization owners for organizations with a subscription to Copilot Business.

How revoking access affects billing

Revoking access takes effect from the start of the next billing cycle. If you remove a seat during a cycle, the user will have access to Copilot for the remainder of the billing cycle. For more information, see "GitHub Copilot 청구 정보."

Revoking access to GitHub Copilot for your whole organization

  1. GitHub.com의 오른쪽 위에서 프로필 사진을 선택한 다음 내 조직을 클릭합니다.

    @octocat 프로필 사진의 드롭다운 메뉴 스크린샷입니다. "조직"이 진한 주황색으로 표시됩니다.

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

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

  4. "Copilot Business이(가) 조직에서 활성화되어 있습니다."에서 조직의 모든 사용자에 대한 GitHub Copilot 액세스 권한을 취소하려면 사용 안 함을 선택합니다.

  5. "Copilot 액세스 제거" 대화 상자에서 실제 사용자 수 확인 및 제거를 클릭합니다.

Revoking access to GitHub Copilot for specific users in your organization

Removing a user from the organization(s) that had granted them GitHub Copilot access will automatically revoke their GitHub Copilot access. Alternatively, you can revoke GitHub Copilot access while preserving their organization membership.

  1. GitHub.com의 오른쪽 위에서 프로필 사진을 선택한 다음 내 조직을 클릭합니다.

    @octocat 프로필 사진의 드롭다운 메뉴 스크린샷입니다. "조직"이 진한 주황색으로 표시됩니다.

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

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

  4. Under "Copilot Business is active in your organization," select Enabled For: selected members.

    • In the "Confirm policy update" dialog, click Renew seats.
  5. Under "Access management," in the search bar, type the member's username or full name.

  6. To remove the member from the list of users who have access to GitHub Copilot, select the checkbox to the left of their username, then click Cancel seat.

    Screenshot of the Access management section, with a user selected and the 'Cancel seat' button highlighted.

  7. In the "Confirm seat removal" dialog, click Remove seats.

Using the API to revoke access to GitHub Copilot

You can use GitHub's REST API to revoke access to GitHub Copilot for teams, or specific users, in your organization. For example, you might want to write a script to automatically revoke seats for organization members who have not been using Copilot. See "Remove teams from the Copilot subscription for an organization" and "Remove users from the Copilot subscription for an organization."

Further reading