Team information

Contains information about a team.

Property nameProperty typeDescription
idStringUnique identifier of a team.
nameStringName of the team.
typeStringIndicates the type of object returned. In this case, type returns team.
"team": {
        "id": "3088887345710752794",
        "name": "Marketing team",
        "type": "team"
    }