Conta de usuário
Users can manage the following information from their account:
- public profile:
- avatar
- nickname
- personal profile:
- name and surname
- date of birth
Observação
Users can set their date of birth only once. This value can’t be changed in the future.
- gender
- phone number
Observação
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. |
Observação
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.
Este artigo foi útil?
Obrigado pelo seu feedback!
Avaliaremos sua mensagem e a usaremos para melhorar sua experiência.Links úteis
Última atualização: 22 de Janeiro de 2024Encontrou um erro de texto ou digitação? Selecione o texto e pressione Ctrl+Enter.