Gets local team membership
GET/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
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
membershipIds string[]
{
"membership_ids": [
"527ed96f-2ecb-4f8f-abd7-0bf6511459ac",
"353a62d4-85fa-4423-b12a-f6608a562ae9"
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...