The team object contains the name of the teams in your account.
Field | Type | Description |
---|---|---|
object | string | String representing the object’s type. Objects of the same type share the same value. The type here is team . |
id | string | Unique identifier for the object. |
name | string | The name of the team. |
TEAM
{
"object": "team",
"id": "TM-GCJU8DLBTPY1",
"name": "Sales"
}