uuid uuid — OPTIONALUnique identifier for the player |
username string — OPTIONAL |
service_users object[] — OPTIONALConnected service accounts (Steam, Discord, etc.) uuid uuid — OPTIONALUnique identifier for the player's service user | service_id string — OPTIONALExternal ID from the service provider (Steam ID, Discord ID, etc.) | username string — OPTIONALUsername from the service provider | type string — OPTIONALPossible values: [steam , mojang , epic , eos , discord , twitch , patreon , microsoft , google ] Service type identifier. Mapping to numeric IDs: steam=0, mojang=1, epic=2, eos=3, discord=4, twitch=5, patreon=6, microsoft=7, google=8 |
|
custom_roles object[] — OPTIONALCustom roles assigned to the player id integer — OPTIONAL | name string — OPTIONAL | expires_at date-time — OPTIONALWhen this role assignment expires |
|
characters integer — OPTIONALNumber of characters associated with this player |
activity object — OPTIONALPlayer activity information status boolean — OPTIONALWhether the player is currently online | last_online_at date-time — OPTIONALWhen the player was last online |
|
stats object — OPTIONALvotes integer — OPTIONALNumber of votes cast by the player | donated_amount float — OPTIONALTotal amount donated by the player | token_balance integer — OPTIONAL |
|
moderation object — OPTIONALModeration status information rules object — OPTIONALaccepted boolean — OPTIONALWhether the player has accepted the rules | accepted_at date-time — OPTIONALWhen the player accepted the rules |
| banned object — OPTIONALis_banned boolean — OPTIONALWhether the player is currently banned | until date-time — OPTIONALWhen the ban expires (null if permanent or not banned) |
| muted object — OPTIONALis_muted boolean — OPTIONALWhether the player is currently muted | until date-time — OPTIONALWhen the mute expires (null if permanent or not muted) |
| email object — OPTIONALEmail verification status setup boolean — OPTIONALWhether the player has set up an email address | confirmed boolean — OPTIONALWhether the player's email address is confirmed |
|
|
created_at date-time — OPTIONALDate and time when the player account was created |