User account
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 reference documentation
Learn more about SDK methods and its parameters.
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.
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Useful links
Last updated: January 22, 2024Found a typo or other text error? Select the text and press Ctrl+Enter.