Player
The Player class represents a real human player. It is possible for a player to have multiple accounts associated with them. At the moment, Sentinel only tracks Epic Online accounts, but expect Discord accounts to be included as well in the future.
Properties
| Property | Type | Notes |
|---|---|---|
| playerId | String | The player’s Sentinel-generated v4 UUID |
| name | String | The most recent player name, pulled from a linked account. |
| doNotTrack | Boolean | True if the player has opted out of Sentinel track. See the Anonymous Players guide for more information about anonymous players. |
Example Instance
{
"playerId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
"name": "Sentinel Sample Player",
"doNotTrack": false
}