Skip to main content

Get a team

GET 

/iam/teams/:id

Returns the details for a team.

Authorization Action:

iam:teams:get

Request

Path Parameters

    id stringrequired

Responses

A successful response.

Schema
    team object
    id string
    name string
    tenants string[]
Loading...