File name: users.csv.zstd .

The user report contains all the users in Beat’s database.

Field Data type Description
user_id string The user’s ID.
registration_date string (ISO 8601 datetime) The date the user account was created.
profile_updated_date string (ISO 8601 datetime) The time the user account was last updated.
last_authorized_date string (ISO 8601 datetime) The last time the user got a new access token. Can be interpreted as the last time the user was active, with some margin of error.
deleted_at_date string (ISO 8601 datetime) The time the user was GDPR deleted. Will be null if currently active.
has_email boolean True if the user has an active e-mail.
has_msisdn boolean True if the user has a registered MSISDN (phone number).
is_newsletter_subscriber boolean True if the user has accepted to receive newsletters during signup.
is_test_user boolean True if the user was originally created as a test user.
profile_type string, always standard or child The type of profile (e.g. a child’s profile).
region string Region of the user. Not set in most services.
avatar_id integer The avatar number chosen for this user.
parent_user_id string The ID of the parent user. If this field is set, the user represents a profile.
encrypted_email base64 encoded binary data The user’s e-mail. See Encryption
encrypted_msisdn base64 encoded binary data The user’s phone number in MSISDN format. See Encryption
encrypted_first_name base64 encoded binary data The user’s first name. See Encryption
encrypted_last_name base64 encoded binary data The user’s last name. See Encryption
iv base64 encoded binary data The initialization vector for use with encryption. See Encryption

Encryption

This report contains encrypted information. For information on how to read the encrypted data, please see the Encryption document.