Skip to main content

AccountProfile

Member variablesTypeDescription
UserNameFStringUsername, which must start with a letter and only contains lowercase letters (from a to z), underscores (_), and digits (from 0 to 9). Its length can be 6 to 16 bytes.
BirthdayYearint32Birth year of the user. If an invalid value is entered, the field will be set to 1970 by default.
BirthdayMonthint32Birth month of the user. If an invalid value is entered, this field will be set to 1 by default.
BirthdayDayint32Birth date of the user. If an invalid value is entered, this field will be set to 1 by default.
IsReceiveEmailint32Whether to receive marketing emails, 0 for default
RegionFStringISO 3166-1 numeric code for country or region
For example 156 for China, 040 for Austria
LangTypeFStringLanguage type (RFC 4646) to define the language for sending email or SMS, such as "en". For details, see Language Type Definition.