1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListTeamsByStackResponse

ListTeamsByStackResponse

    ListTeamsByStackResponse lists all teams that have access to a stack.

    Properties

    • projectName string required
      The project name for the stack
    • teams array[StackTeam] required
      The list of teams with access to the stack
    • name string required
      The unique name of the team.
    • displayName string required
      The display name of the team.
    • description string required
      A description of the team.
    • permission enum required
      The permission level this team has on the stack.
      Values: 0, 101, 102, 103, 104
    • isMember boolean required
      IsMember is true if the requesting user is a member of the team.