Adding your users to Game Loom is simple you only need to call a single endpoint.
Game Loom does not require any sensitive user data. The only required field is userKey, which serves as a unique identifier for the user within Game Loom.
You may also provide an optional name property to improve readability within the Game Loom dashboard. Additionally, you can attach any custom data to the user, which can be helpful for future targeting and data analysis.{
"userKey": "string",
"name": "string",
"userProperties": {
"gender": 0,
"birthDate": "YYYY-MM-DD",
"country": "string",
"city": "string",
"segment": "string"
}
}
Modified at 2025-12-21 22:10:30