v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Teams

List Teams

Returns a list of teams


Teams are returned sorted in alphabetical order by name.

get/tenants/{tenant_id}/teams

Path parameters

tenant_idstring uuid required

The ID of the tenant to get teams for.

Response

Teams successfully retrieved.

Example response

{
  "teams": [
    {
      "name": "The A Team"
    }
  ]
}