question

yarden avatar image
yarden asked

How to export a list of all banned players?

Ideally we'd like to reset all bans, we were a bit liberal with IP bans now lots of normal players complain they can't connect, and we have better in game mod tools - thank you!

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

We do not support any API calls that can directly export banned user list. For now, we suggest you ask for collecting PlayFab IDs (for example via emails) from players then call RevokeBans API to reset the bans. You can also craft your own tool like making a website as the unblocking application channel with playfab authentication. After the request is reviewed and passed, the server will call RevokeBans.

In addition, to maintain a list of ban players in the future, please consider implement segmentation in your title. You can call AddPlayerTag every time you ban a player so that a specific tag you defined will be attached to that player. In the segmentation, you need to config a filter rule like “tags” “is” “banned(you defined)” to categorize banned users. Then call GetPlayersInSegment to retrieve your ban list.

1 comment
10 |1200

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

Pranil GC avatar image Pranil GC commented ·

Is there a way to revoke a player ban from script in playfab ?

0 Likes 0 ·

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.