Player Data Management

Player Data Management APIs

Operations

Get Friend Leaderboard

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

Get Leaderboard

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

Get Leaderboard Around User

Retrieves a list of ranked users for the given statistic, centered on the currently signed-in user

Get Player Combined Info

Returns whatever info is requested in the response for the user. Note that PII (like email address, facebook id) may be returned. All parameters default to fals...

Get Player Statistics

Retrieves the current version and values for the indicated statistics, 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 Internal Data

Retrieves the title-specific custom data for the user which cannot be accessed 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 Internal Data

Retrieves the publisher-specific custom data for the user which cannot be accessed 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

Update User Data

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

Update User Internal Data

Updates the title-specific custom data for the user which cannot be accessed by the client

Update User Publisher Data

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

Update User Publisher Internal Data

Updates the publisher-specific custom data for the user which cannot be accessed by the client

Update User Publisher Read Only Data

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

Update User Read Only Data

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