franciscoraposo suggested an idea · Sep 02, 2020 at 07:55 AM · apisPlayer Data
Currently, banned players cannot perform Client API calls. This can be very restrictive in some situations, where we want to enable players to use a set of game features. For example, we may want to allow banned players to play on friends-only game sessions, but not online with other players.
Having an API Access Policy for banned players would solve this issue.
Current alternatives inside PlayFab are not as detailed or as easy to manage.
Brandon Phillips commented · Oct 27, 2020 at 09:34 PM
You might want to instead consider using player data for this (for example, JSON: "{ banned: false }") - Then you can check this value when the user logs in.
We would love to know what you need. Submit your ideas and upvote others to help us prioritize.
Is Friend Online ? Provide API to get last player activity timestamp.
Update the Server API to allow UpdateUserTitleDisplayName
Segmentation/Custom reports request
Make items more intuitive in terms of accessing certain elements
Intellisense and API document for Cloud Scripting
Add PlayFabId of updated player to UpdatePlayerStatisticsResult