AccountInformation

Account Information

Data Type: Account

ParameterTypeDescriptionApplicable eventsRequired/OptionalNotes
account_idStringAccount IDRegistration events, login events, and Identity Verification eventsRequiredAccount ID
register_timeStringTime of RegistrationRegistration events, login events, and Identity Verification eventsRecommendedISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ ,example: 2021-10-12T14:20:50.521+07:00
phonePhoneLogin phone numberRegistration events, login events, and Identity Verification eventsRecommendedPhone number
emailStringLogin email addressRegistration events, login events, and Identity Verification eventsRecommendedEmail address
{
  "account_id": "123456789",
  "register_time": "2021-10-12T14:20:50.521+07:00",
  "phone":{
    "country_code": 86,
    "phone_number": "18700001111"
  },
  "email": "[email protected]"
}