question

Franklin Lisboa de Lima avatar image
Franklin Lisboa de Lima asked

Add email to an existing account

My application allows users to create accounts with their usernames, the account is created without email, is there any way for the player to add the email after creating the account at any time? Some function to add email to an account that already exists

apisAccount Management
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

PlayFab only supports to add both username and email to the anonymous accounts via API AddUsernamePassword. If you only use the username to register a player, you can’t add the login email to this account. To add the contact email for the player, you can call the API AddOrUpdateContactEmail.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.