Skip to main content

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

OK

Schema
    projects object[]
  • Array [
  • inheritedRoles object[]
  • Array [
  • namestring
    uidstring
  • ]
  • namestring
    roles object[]
  • Array [
  • namestring
    uidstring
  • ]
  • uidstring
  • ]
Loading...