To access the app, end-users must first register within the app. There are several methods for registration depending on configurations, including Buzzebees Register, LINE Register, etc. The registration parameters typically include user information such as the first name, birthdate, and marketing consents. More details on parameters can be found in the API List.
Buzzebees Register
The Buzzebees Register is a common method used by end-users for registering within the app. The API requires a username and password, with the username format being flexible and dependent on specific requirements and UI restrictions. Users can provide various parameters such as contact numbers, gender, address etc, though if using phone numbers or emails, they will not be filled into the user's profile and must be added to the parameters in the Api Register.
LINE Register
The LINE Register allows for registration of Buzzebees users via the LINE SDK, with the "id_token" from LINE SDK serving as a reference primary key for user login information by calling Register Line Account. The system will validate the "id_token" with the LINE Server before using it to register a new account. If the system is configured to use LINE Register, end-users cannot sign in with LINE before registering.