question

joshsagarold avatar image
joshsagarold Deactivated asked

Check if contact email is unique

Hi,

I just want to check if the contact email for a user is unique or not. I don't want to add the email to the master account, just strictly the contact email per title.

There is an update contact email address, but no error which defines that email already being in use.

Is this possible?

Thanks

Account 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

·
jital avatar image
jital answered

Greetings,

PlayFab allows non-unique contact emails that is why there is no error for duplicate emails. So in order to implement this you will need to keep a database of all contact emails and check against this database when making a call to AddOrUpdateContactEmail.

The database will need to be stored on a custom server.

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.