Mojang · Example Payload

Session Server Session Profile Example

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Session Server Session Profile Example is an example object payload from Mojang, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamepropertiesprofileActions

Example Payload

Raw ↑
{
  "id": "853c80ef3c3749fdaa49938b674adae6",
  "name": "jeb_",
  "properties": [
    null
  ],
  "profileActions": [
    "FORCED_NAME_CHANGE"
  ]
}