Skip to content

Add teams to the Copilot subscription for an organization

POST
/orgs/{org}/copilot/billing/selected_teams

[!NOTE] This endpoint is in public preview and is subject to change.

Purchases a GitHub Copilot seat for all users within each specified team. The organization will be billed for each seat based on the organization’s Copilot plan. For more information about Copilot pricing, see “About billing for GitHub Copilot in your organization.”

Only organization owners can purchase Copilot seats for their organization members. The organization must have a Copilot Business or Copilot Enterprise subscription and a configured suggestion matching policy. For more information about setting up a Copilot subscription, see “Subscribing to Copilot for your organization.” For more information about setting a suggestion matching policy, see “Managing policies for Copilot in your organization.”

The response contains the total number of new seats that were created and existing seats that were refreshed.

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

API method documentation

org
required
string

The organization name. The name is not case sensitive.

Media type application/json
object
selected_teams
required

List of team names within the organization to which to grant access to GitHub Copilot.

Array<string>
>= 1 items
Examples
Example default
{
"selected_teams": [
"engteam1",
"engteam2",
"engteam3"
]
}

OK

Media type application/json

The total number of seats created for members of the specified team(s).

object
seats_created
required
integer
Examples
Example default
{
"seats_created": 5
}

Requires authentication

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}

Forbidden

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}

Resource not found

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}

Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions policy has not been set for this organization, or the organization’s Copilot access setting is set to enable Copilot for all users or is unconfigured.

Internal Error

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}