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