Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi JP‑magalu, That’s an excellent feature request — automating Copilot Enterprise user invitations would definitely streamline onboarding. Currently, GitHub’s REST API doesn’t expose a direct endpoint for sending Copilot Enterprise invites. The existing endpoints under /enterprises/{enterprise}/copilot handle seat management and billing, but not invitation delivery. Your proposed options make sense: Both would reduce manual admin work and fit naturally within enterprise automation workflows. I’d recommend submitting this idea through GitHub Feedback or Support so the product team can track it officially — they often review enterprise automation requests for roadmap inclusion. In the meantime, some organizations handle this by combining the Copilot seat assignment API with internal email automation (e.g., sending invite links via their own system). Great suggestion — this kind of automation would make enterprise onboarding far smoother. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Workflow Configuration
Discussion Details
Feature Request: REST API endpoint for sending/generating Copilot Enterprise invites
Summary
We are requesting an API endpoint to streamline the user invitation process for GitHub Copilot Enterprise.
Problem Statement
In our current enterprise setup, we automate user provisioning and onboarding. However, there is no direct endpoint to automatically send an email invitation or retrieve an invite link for a specific user to join the Copilot Enterprise seat/organization.
Proposed Functionality
Option A: An endpoint (e.g., POST /enterprises/{enterprise}/copilot/billing/selected_teams or a dedicated invite endpoint) that triggers an automated invite email to the user.
Option B: An endpoint that returns a unique invitation URL/token so our internal provisioning script can send a customized email to the invited user.
Business Impact
This feature will reduce administrative overhead, minimize manual steps during developer onboarding, and ensure team members receive immediate and clear instructions to accept their Copilot Enterprise access.
Beta Was this translation helpful? Give feedback.
All reactions