question

Robert Baily avatar image
Robert Baily asked

API to get master / login email?

When our users register for the game with their email address we provide the option to opt-in to marketing emails. We have a segment of these users.

I found this api https://titleId.playfabapi.com/Server/GetPlayersInSegment. But this pulls the contact email it appears.

Is there an API to pull these users and their master / login email?

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

·
Citrus Yan avatar image
Citrus Yan answered

You can find their login emails (if they have one) in the response from GetPlayersInSegment as well, it’s in GetPlayersInSegmentResult -> PlayerProfiles -> LinkedAccounts -> Email: https://docs.microsoft.com/zh-cn/rest/api/playfab/admin/playstream/getplayersinsegment?view=playfab-rest#playerlinkedaccount.

1 comment
10 |1200

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

Robert Baily avatar image Robert Baily commented ·

Hi @Citrus Yan,

We finally got around to trying this and it didn't work. The Email field is blank. This is for the LoginIdentityProvider.Custom. Is there another way to get the master email?

0 Likes 0 ·

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.