Skip to main content

Get a team

GET 

https://apis.<domain>/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[]
curl -L -X GET 'https://apis.<domain>/iam/teams/:id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired