question

Leyla Ahmedzadeh avatar image
Leyla Ahmedzadeh asked

How to acces other player's data values using EntitId(Player ID (title))

The data I want to access is "Values" key with JSON values

Player DataTitle Datadata
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

·
Made Wang avatar image
Made Wang answered

You can call GetProfile on Azure Function Cloud Script to get the corresponding PlayFabId(MasterPlayerAccountId). If you only need to get public data, you can call GetUserData on the client side with the obtained PlayFabId. If you need to get private data, then you can call server-side GetUserData on Azure Function Cloud Script.

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.