question

Ahmad avatar image
Ahmad asked

Import Player Segement Data

Hello,

i know that player data can be exported by

https://learn.microsoft.com/en-us/gaming/playfab/features/analytics/segmentation/export-players-in-a-segment or https://learn.microsoft.com/en-us/rest/api/playfab/admin/account-management/export-master-player-data?view=playfab-rest

but is there a method to import this data ?

a scenario where we can export all player data at some point and then import it later to revert back to it

thanks

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

Rick Chen avatar image
Rick Chen answered

Currently, there is no such API to import a player data. As workaround, you can create player accounts, then update their user data, display name, profile and etc. using the corresponding update APIs.

2 comments
10 |1200

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

Ahmad avatar image Ahmad commented ·

any method to do this in a bulk way ?

0 Likes 0 ·
Rick Chen avatar image Rick Chen ♦ Ahmad commented ·

You may use for/while loop to call the corresponding update APIs in a script.

0 Likes 0 ·