Returns the specified team's tenant roles
GEThttps://api.spectrocloud.com/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
roles
object[]
{
"roles": [
{
"name": "string",
"uid": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL