nerdexam
Microsoft

GH-300 · Question #19

Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription? (Each correct answer presents part of the solution. Choose two.)

The correct answer is A. Add teams to the Copilot subscription for an organization E. Remove teams from the Copilot subscription for an organization. The GitHub REST API for Copilot Business subscription management includes endpoints specifically for adding and removing teams from the organization's Copilot seat allocation: (A) 'Add teams to the Copilot subscription for an organization' - grants Copilot access to all members…

Implement GitHub Copilot in an enterprise environment

Question

Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription? (Each correct answer presents part of the solution. Choose two.)

Options

  • AAdd teams to the Copilot subscription for an organization
  • BUpgrade or downgrade the subscription tier
  • CMigrate Copilot seat assignments between GitHub organizations
  • DReassign Copilot seats based on GitHub repository size
  • ERemove teams from the Copilot subscription for an organization

How the community answered

(38 responses)
  • A
    76% (29)
  • B
    5% (2)
  • C
    3% (1)
  • D
    16% (6)

Explanation

The GitHub REST API for Copilot Business subscription management includes endpoints specifically for adding and removing teams from the organization's Copilot seat allocation: (A) 'Add teams to the Copilot subscription for an organization' - grants Copilot access to all members of specified teams. (E) 'Remove teams from the Copilot subscription for an organization' - revokes Copilot access from specified teams. These are the two symmetric modify operations for team-based seat management. Option B is incorrect because there is no API endpoint to upgrade or downgrade subscription tiers (that is done through billing settings, not the REST API). Options C and D describe operations that do not exist in the GitHub Copilot API - seats are assigned by user or team within one organization, not migrated between organizations or sized by repository.

Topics

#GitHub Copilot Business#Subscription management#REST API#Team administration

Community Discussion

No community discussion yet for this question.

Full GH-300 Practice