/orgs/{org}/members/{username}/copilotGet Copilot seat assignment details for a user
[!NOTE] This endpoint is in public preview and is subject to change.
Gets the GitHub Copilot seat details for a member of an organization who currently has access to GitHub Copilot.
The seat object contains information about the user's most recent Copilot activity. Users must have telemetry enabled in their IDE for Copilot in the IDE activity to be reflected in last_activity_at.
For more information about activity data, see Metrics data properties for GitHub Copilot.
Only organization owners can view Copilot seat assignment details for members of their organization.
OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 401 is returned: Requires authentication. A 403 is returned: Forbidden. A 404 is returned: Resource not found. A 422 is returned: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. A 500 is returned: Internal Error.