Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (31 loc) · 411 Bytes

File metadata and controls

35 lines (31 loc) · 411 Bytes

Teams

List teams of an organization

GET /orgs/:orgname/teams

Response

Status: 200 OK
[
  {
    "id": 4,
    "name": "Owners",
    "description": "",
    "permission": "owner"
  },
  {
    "id": 5,
    "name": "Members",
    "description": "",
    "permission": "read"
  },
  {
    "id": 11,
    "name": "api-team",
    "description": "",
    "permission": "write"
  }
]