---
title: "List teams"
method: GET
path: "/api/{cloudId}/v1/teams"
tags: ["Team"]
---

# List teams

`GET /api/{cloudId}/v1/teams`

Lists operations teams based on the user's role. If the user has admin rights, all teams are listed; otherwise, only the teams the user is a member of are shown.

## Response `200`

Returned if the request is successful.

- ListPlatformTeamResponse
  - `platformTeams` PlatformTeamDto[] — List of names and ids of the teams.
    - `teamId` string — ID of a team
    - `teamName` string — Name of a team

## Other responses

- `422` — Returned if the payload cannot be validated.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/revisions/ed65f017bcb8/schema)
