GitHub Copilot · Schema
CopilotSeatDetail
Details of a Copilot seat assignment for a user, including activity information and plan type.
AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivity
Properties
| Name | Type | Description |
|---|---|---|
| created_at | string | Timestamp when the seat was created. |
| updated_at | string | Timestamp when the seat was last updated. |
| pending_cancellation_date | ['string', 'null'] | Date when seat cancellation takes effect. Null if not pending cancellation. |
| last_activity_at | ['string', 'null'] | Timestamp of the user's last Copilot activity. Null if no activity recorded. |
| last_activity_editor | ['string', 'null'] | The IDE or editor used during the user's last Copilot activity. Null if no activity recorded. |
| last_authenticated_at | ['string', 'null'] | Timestamp of the user's last authentication with Copilot. Null if never authenticated. |
| plan_type | string | The Copilot plan type for this seat. |
| assignee | string | The GitHub user assigned to this seat. |
| assigning_team | string | The team through which this seat was assigned, if applicable. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CopilotSeatDetail",
"type": "object",
"description": "Details of a Copilot seat assignment for a user, including activity information and plan type.",
"properties": {
"created_at": {
"type": "string",
"description": "Timestamp when the seat was created."
},
"updated_at": {
"type": "string",
"description": "Timestamp when the seat was last updated."
},
"pending_cancellation_date": {
"type": "['string', 'null']",
"description": "Date when seat cancellation takes effect. Null if not pending cancellation."
},
"last_activity_at": {
"type": "['string', 'null']",
"description": "Timestamp of the user's last Copilot activity. Null if no activity recorded."
},
"last_activity_editor": {
"type": "['string', 'null']",
"description": "The IDE or editor used during the user's last Copilot activity. Null if no activity recorded."
},
"last_authenticated_at": {
"type": "['string', 'null']",
"description": "Timestamp of the user's last authentication with Copilot. Null if never authenticated."
},
"plan_type": {
"type": "string",
"description": "The Copilot plan type for this seat."
},
"assignee": {
"type": "string",
"description": "The GitHub user assigned to this seat."
},
"assigning_team": {
"type": "string",
"description": "The team through which this seat was assigned, if applicable."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/github-copilot-copilot-seat-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.