Skip to content

Platform enum

Platform identifies which identity system a player ID belongs to. You’ll see it in two places:

  • On a player’s linked identities
  • On an entry imported from an external ban source
Value Full name Description
steam Steam Steam 64-bit ID (SteamID64).
eos Epic Online Services EOS ID — the primary Squad player identifier. Used for in-game auth.
battleye-guid BattlEye BattlEye GUID. Seen on some external ban sources.
mojang Mojang / Microsoft Microsoft/Mojang account identifier, for games that use it.

Ban enforcement and cross-community visibility match a player across all of their linked identities — not just Steam and EOS. If a player has a BattlEye GUID or a Mojang ID on file and it matches a ban entry on that platform, the match applies the same as a Steam or EOS match.

See Ban schema for how a ban itself is structured.