Skip to content

Export a User's Data

In the Management API - > End User Accounts -> Get end user accounts there is an API to export all data for a specified account.

This data includes

  • Basic data
  • Active Login sessions
  • Play History
  • Purchases
  • User Preferences

Basic data

Includes

  • Email address, username etc
  • Dates created and modified etc
  • Any custom User Attributes

Active Login sessions

Includes

  • Device Id and name
  • IP-address and country
  • Validity dates

Play History

Includes

  • AssetIds and time stamps for played assets

Purchases

Includes

  • Ids of purchased Assets, Product and ProductOfferings
  • Time stands of purchases and validity
  • Amounts payed and country of purchase

User Preferences

Includes

  • Application specific data stored by the end user app

Output Format

The data is returned in JSON and compatibility of the format is not guaranteed. It is not recommended to build systems to process this data except for text compression and passing on to the requesting party e.g. as a zip file.