question

mygamedev avatar image
mygamedev asked

how to display all users display names and play fab id in unity

I have being working on a admin system and a in game ban system. To ban player you need there play fab id so can you get play fab id and display name . I am new to play fan

unity3d
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

·
Infer Wang avatar image
Infer Wang answered

It’s up to you to get the cheater’s playfabid in admin system.

You can get these informations in client by following ways: When players successfully log in, the result contains the PlayFabId, you can get and display it by your unity code.

6671-image.png

Then you can call Account Management - Get User Account Info - REST API (PlayFab Admin) | Microsoft Learn to get displayname and display it by your code.

6670-image.png


image.png (7.9 KiB)
image.png (28.5 KiB)
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.