{
"id": "8478281d-88dd-429e-9a96-d08a3f37631c",
"playerName": "Tom",
"created": "2025-01-28T11:40:46.2",
"successfulSignIns": 45,
"lastSuccessfulSignIn": "2025-02-15T11:40:46.2",
"loginProviders": [ ... ],
"avatars": [ ... ],
"leaderboardScores": 5,
"totalCloudSaves": 20,
"totalCloudSavesSize": 18874368
}
Object Properties
- id guid
- A unique record ID for this player.
- playerName string
- The publicly facing player name for this player.
- created datetime
- The date this player was first registered in the game.
- successfulSignIns int
- Total number of times this player has signed into their account.
- lastSuccessfulSignIn datetime
- Date and time of the last successful sign in for this player.
- loginProviders
- List of player login provider objects currently assigned to this player.
- avatars
- If player has an avatar, a list of picture objects. Each picture object is the same avatar, but provided in different sizes. Sizes available are based on widths, and the widths 16, 32, 64, 96, 128 and 256 will be shown here along with the original avatar size if it is different to this predetermined list. Some widths may not show if the original avatar width is smaller than any of the available widths.
- leaderboardScores int
- Total number of leaderboard scores this player has.
- totalCloudSaves int
- Total number of cloud saves this player has. Includes all game bucket and player saves.
- totalCloudSavesSize int64
- Total size in bytes of all this players total cloud saves.