v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Team

List 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.

get/api/{cloudId}/v1/teams

Response

Returned if the request is successful.

Example response

{
  "platformTeams": [
    {
      "teamId": "85f14c10-5bd7-4e98-aee5-511ce1f80086",
      "teamName": "Red Team"
    }
  ]
}