Appends to or updates a set of users' lists of recent players (unidirectional). This is essentially a batch API of the client API, for servers.
This API allows a game server to append to a set of users' lists of recent players, and to update existing recent player entries. Each user's recent players list is unidirectional.
POST /titles/{titleId}/recentplayers/server
URI parameters
Parameter
In
Required
Type
Description
titleId
path
TRUE
integer
The titleId of the game that the request is being sent for.
Request header
Name
Required
Type
Description
Authorization
TRUE
integer
Caller must supply an XToken in the XBL 3.0 authorization format. For example, Authorization: XBL3.0 x=2553948354698;>encrypted token<)
An error occurred while processing the request. Possible error codes: "RequestValidationError: The request validation has failed.", " AuthorizationError: The caller is not allowed to access the resource."
The type of recent players encounter. This field is optional and defaults to Default. Default has no prescribed meaning - it is up to the caller to interpret this value appropriately.
Name
Type
Description
Default
string
Opponent
string
Teammate
string
ErrorResponse
Name
Type
Description
debugMessage
string
Human readable version of the error message that can be used for debugging.
The type of recent players encounter. This field is optional and defaults to Default. Default has no prescribed meaning - it is up to the caller to interpret this value appropriately.