Contains information about a team.
Property name | Property type | Description |
---|---|---|
id | String | Unique identifier of a team. |
name | String | Name of the team. |
type | String | Indicates the type of object returned. In this case, type returns team . |
"team": {
"id": "3088887345710752794",
"name": "Marketing team",
"type": "team"
}