Skip to main content

List Teams

List all teams of the company

Path Parameters
    companyID companyID required

    The id of the company

Query Parameters
    nextToken nextToken

    Token to use for pagination

Responses

List of teams of the company


Schema
    items object[]

    List of teams

  • Array [
  • id string

    Unique ID of the the team

    name string

    Name of the team

    createdAt date-time

    Date the team was created

    updatedAt date-time

    Date the team was last updated

    type string

    Type of the team

    children string[]

    List of children teams

    parents string[]

    List of parent teams

    managers string[]

    List of managers of the team

    users string[]

    List of users in the team

  • ]
  • nextToken string nullable

    Next token to use for pagination

Loading...