Skip to main content

Lists all local teams

GET 

https://apis.<domain>/iam/teams

Lists all local teams.

Authorization Action:

iam:teams:list

Request

Responses

A successful response.

Schema
    teams object[]
  • Array [
  • id string
    name string
    tenants string[]
  • ]
curl -L -X GET 'https://apis.<domain>/iam/teams' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>