Expanded Team Object

Example Expanded Team

{
  "teamID": "e284d539-0f5b-482e-8ab6-521c9f736264",
  "name": "Red Team",
  "players": 1315,
  "formattedPlayers": "1,315",
  "dateCreated": "2026-06-09T05:33:37.3659093Z",
  "scores": 902,
  "formattedScores": "902",
  "totalScoreValues": 35389191,
  "averageScore": 39234,
  "formattedAverageScore": "39,234",
  "bestScore": 89441,
  "formattedBestScore": "89,441",
  "rank": 3,
  "ordinal": "rd",
  "formattedRank": "3rd"
}

Object Properties

teamID guid
A unique ID for this team.
name string
The name of this team. Names cannot exceed 64 characters in length.
players int16
The number of players assigned in this team.
formattedPlayers string
The number of players assigned to this team rendered using the requested locale, formatted to the specified requested culture.
dateCreated datetime
The date the team was created.
scores int32
The number of scores posted in this team.
formattedScores string
The number of scores posted in this team rendered using the requested locale, formatted to the specified requested culture.
totalScoreValues decimal
The sum value of all scores posted in this team.
averageScore int64?
The average of all the scores posted in this team.
formattedAverageScore string
The average of all the scores posted in this team formatted under the score format specifications for this leaderboard, rendered using the requested locale, formatted to the specified requested culture.
bestScore int64?
The best score posted in this team.
formattedBestScore string
The best score posted in this team formatted under the score format specifications for this leaderboard, rendered using the requested locale, formatted to the specified requested culture.
rank int32?
The rank of this team compared to other teams in this game.
ordinal string
The ordinal for the rank of this team (EG: st, nd or rd would be ordinals for 1st 2nd or 3rd).
formattedRank string
The rank of this score rendered using the requested locale, formatted to the specified requested culture.
Game Services Manual 2026-06-09