Skip to main content

Returns the specified team's workspaces and roles data

GET 

/v1/workspaces/teams/:teamUid/roles

Returns the specified team's workspaces and roles data

Request

Path Parameters

    teamUid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

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