Player Data Management

Player Data Management APIs

Operations

Get Friend Leaderboard

Retrieves a list of ranked friends of the current player for the given statistic, starting from the indicated point in the leaderboard

Get Friend Leaderboard Around Player

Retrieves a list of ranked friends of the current player for the given statistic, centered on the requested PlayFab user. If PlayFabId is empty or null will ret...

Get Leaderboard

Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard

Get Leaderboard Around Player

Retrieves a list of ranked users for the given statistic, centered on the requested player. If PlayFabId is empty or null will return currently logged in user.

Get Player Statistics

Retrieves the indicated statistics (current version and values for all statistics, if none are specified), for the local player.

Get Player Statistic Versions

Retrieves the information on the available versions of the specified statistic.

Get User Data

Retrieves the title-specific custom data for the user which is readable and writable by the client

Get User Publisher Data

Retrieves the publisher-specific custom data for the user which is readable and writable by the client

Get User Publisher Read Only Data

Retrieves the publisher-specific custom data for the user which can only be read by the client

Get User Read Only Data

Retrieves the title-specific custom data for the user which can only be read by the client

Update Player Statistics

Updates the values of the specified title-specific statistics for the user. By default, clients are not permitted to update statistics. Developers may override ...

Update User Data

Creates and updates the title-specific custom data for the user which is readable and writable by the client

Update User Publisher Data

Creates and updates the publisher-specific custom data for the user which is readable and writable by the client