question

Dale Strickler avatar image
Dale Strickler asked

Is there a way to search for only Players that have a Custom Identification in their profile?

I have been testing some new features using the live instance of PlayFab. The live instance I am testing against does not have any apps attached that use custom id logins. For my tests, I have been using the custom login so that it does not fall in the analytic categories of the live logins. (Playfab username, email, iOS, Android, etc...) I would like to look at a list of my test accounts only. Is there a way for me to search for players with a Custom Identity?

Player Data
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

·
Seth Du avatar image
Seth Du answered

PlayFab does not support searching an account via Custom ID. If you want to maintain a list of accounts, a suggestion is using player segmentation.

For example, you can create a new segment and set the filter like ‘Tag’ ‘is’ ‘testaccount’, and then add ‘testaccount’ Tags to those players so that they will be categorized into a same segment. You can use PlayFabServerAPI.GetPlayersInSegment to retrieve a list of accounts you need.

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.