Skip to main content

Get Team

Get team details

Path Parameters
    companyID companyID required

    The id of the company

    teamID teamID required

    The id of the team

Responses

A team object


Schema
    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

Loading...