Returns the specified team's tenant roles
GET/v1/teams/:uid/roles
Returns the specified team's tenant roles
Request
Path Parameters
uid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
roles
object[]
namestring
uidstring
{
"roles": [
{
"name": "string",
"uid": "string"
}
]
}
Loading...