Compte utilisateur
Users can manage the following information from their account:
- public profile:
- avatar
- nickname
- personal profile:
- name and surname
- date of birth
Note
Users can set their date of birth only once. This value can’t be changed in the future.
- gender
- phone number
Note
To set additional user or game character parameters, refer to the instruction on how to work with user attributes.
To implement the user account functionality:
- In the application UI, add forms for viewing and managing the user account.
- Use the following SDK methods to implement the logic of working with user accounts:
SDK method name | Description |
---|---|
CheckUserAge | Checks the user’s age for a particular region. The age requirements depend on the region. Service determines the user’s location by the IP address. |
GetUserInfo | Returns information about the user. |
UpdateUserInfo | Updates the specified user’s information. Changes are made on the user data storage side. |
GetUserEmail | Gets the user’s email. |
GetUserPhoneNumber | Returns the user’s phone number that is used for two-factor authentication. |
UpdateUserPhoneNumber | Changes the user’s phone number that is used for two-factor authentication. Changes are made on the user data storage side. |
DeleteUserPhoneNumber | Deletes the user’s phone number that is used for two-factor authentication. Changes are made on the user data storage side. |
UploadUserPicture | Changes the user’s avatar. Changes are made on the user data storage side. |
DeleteUserPicture | Deletes the user’s avatar. Changes are made on the user data storage side. |
Note
If you don’t want to implement an interface and additional logic for working with user accounts, implement opening user accounts by URL in an iframe or new browser tab.
Cet article vous a été utile ?
Merci pour votre commentaire !
Nous examinerons votre message et l'utiliserons pour améliorer votre expérience.Liens utiles
Dernière mise à jour: 22 Janvier 2024Faute de frappe ou autre erreur dans le texte ? Sélectionnez le texte concerné et appuyez sur Ctrl+Entée.