Skip to main content

Gets local team membership

GET 

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

Lists all users of a local team. Users are listed by their membership_id.

Authorization Action:

iam:teamUsers:list

Request

Path Parameters

    id stringrequired

Responses

A successful response.

Schema
    membershipIds string[]
curl -L -X GET 'https://apis.<domain>/iam/teams/:id/users' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://apis.<domain>
Parameters
— pathrequired