GitHub Copilot · Schema

CopilotSeatDetail

Details of a Copilot seat assignment for a user, including activity information and plan type.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

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.
View JSON Schema on GitHub