Copilot API Calls Example Telemetry export ORG=<YOUR-ORG> Get Business seat information and settings for an org gh api /orgs/$ORG/copilot/billing List Copilot Business seat assignment for an org gh api /orgs/$ORG/copilot/billing/seats Get Copilot Business seat assignment for users gh api /orgs/$ORG/members/<username>/copilot TroubleShooting Access Copilot curl --verbose https://copilot-proxy.githubusercontent.com/_ping Access with Proxy curl --verbose -x http://YOUR-PROXY-URL:PORT -i -L https://copilot-proxy.githubusercontent.com/_ping Access with Proxy and Certificate Issues curl --verbose -x http://YOUR-PROXY-URL:PORT -i -L https://copilot-proxy.githubusercontent.com/_ping --insecure User Management Remove a user from Copilot gh api /orgs/$ORG/copilot/billing/selected_users --method DELETE -f "selected_usernames[]=<username>" Add a user to Copilot Business gh api /orgs/$ORG/copilot/billing/selected_users --method POST -f "selected_usernames[]=<username>"