Account Information (AccountProfile)
| Member Variable | Type | Description |
|---|---|---|
| UserName | FString | Username must start with a letter, containing only lowercase letters (a to z), underscores (_) and digits (0 to 9).Its length can be 6 to 16 characters. |
| Birthday Year | int32 | The year of the user's birthday; if entered illegally, the default birthday year is 1970. |
| Birthday Month | int32 | The month of the user's birthday; if entered illegally, the default birthday month is 1. |
| Birthday Day | int32 | The day of the user's birthday; if entered illegally, the default birthday day is 1. |
| IsReceiveEmail | int32 | Whether to receive marketing emails, default is 0. |
| Region | FString | Numeric codes of countries or regions according to ISO 3166-1 For example, 156 represents China, and 040 represents Austria |
| LangType | FString | Language type (RFC 4646), e.g., "en".Used to define the language for sending emails and SMS.For more details, please refer to Language Type Definition. |