Home
GitHub
Github Teams Team Structure
Github Teams Team Structure
Groups of organization members that gives permissions on specified repositories.
Type: object
Properties: 13
Required: 11
Code Pipelines Platform Software Development Source Control T1
team is a JSON Structure definition published by GitHub, describing 13 properties, of which 11 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
node_id
name
slug
description
privacy
permission
permissions
url
html_url
members_url
repositories_url
parent
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-teams-team-structure.json",
"name": "team",
"description": "Groups of organization members that gives permissions on specified repositories.",
"type": "object",
"properties": {
"id": {
"type": "int32",
"example": 42
},
"node_id": {
"type": "string",
"example": "12345678"
},
"name": {
"type": "string",
"example": "octocat"
},
"slug": {
"type": "string",
"example": "example_value"
},
"description": {
"type": "string",
"nullable": true,
"example": "This is an example repository"
},
"privacy": {
"type": "string",
"example": "example_value"
},
"permission": {
"type": "string",
"example": "example_value"
},
"permissions": {
"type": "object",
"properties": {
"pull": {
"type": "boolean"
},
"triage": {
"type": "boolean"
},
"push": {
"type": "boolean"
},
"maintain": {
"type": "boolean"
},
"admin": {
"type": "boolean"
}
},
"required": [
"pull",
"triage",
"push",
"maintain",
"admin"
]
},
"url": {
"type": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"html_url": {
"type": "uri",
"example": "https://github.com/orgs/rails/teams/core"
},
"members_url": {
"type": "string",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"repositories_url": {
"type": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World"
},
"parent": {
"$ref": "#/components/schemas/nullable-team-simple"
}
},
"required": [
"id",
"node_id",
"url",
"members_url",
"name",
"description",
"permission",
"html_url",
"repositories_url",
"slug",
"parent"
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/github-teams-team-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.