The team object contains the name of the teams in your account.

FieldTypeDescription
objectstringString representing the object’s type. Objects of the same type share the same value. The type here is team.
idstringUnique identifier for the object.
namestringThe name of the team.

TEAM

{
  "object": "team",
  "id": "TM-GCJU8DLBTPY1",
  "name": "Sales"
}