question

sgarg76271 avatar image
sgarg76271 asked

How Can I bulk Edit the read only data of Users?

Hi ,

I am currently in Beta , once I am out of beta I would like to mass edit some keys in the read only title data of all users. Is this possible?

CloudScript
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

·
brendan avatar image
brendan answered

The simplest thing to do would be to have an OnLogin script which is triggered when the player logs in, and which updates anything you need from the player data.

Alternately, we recently introduced bulk actions for PlayStream Segments: https://api.playfab.com/docs/segment-bulk-actions. You could define your Segment as "all users", and have the Action be to run a Cloud Script which makes the necessary changes.

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.