Multiplayer Activity URIs
This section provides detail about the Universal Resource Identifier (URI) addresses and associated Hypertext Transport Protocol (HTTP) methods from Xbox Live Services for the Multiplayer Activity system.
The domain for these URIs is multiplayeractivity.xboxlive.com.
In this section
/titles/{titleId}/users/{xuid}/activities
Gets the activity for a user playing a specific title. Uses the GET operation. Client and Service callable.
/titles/{titleId}/users/{xuid}/activities
Sets or updates the activity for a user playing a specific title. Uses the POST operation. Client and Service callable.
/titles/{titleId}/users/{xuid}/activities
Deletes the activity for a user playing a specific title. Uses the DELETE operation. Client and Service callable.
/titles/{titleId}/activities/query
Gets a batch of multiplayer activities for a list of users. Uses the POST operation. Client and Service callable.
/titles/{titleId}/recentplayers
Appends to or updates a user's list of recent players (unidirectional). Uses the POST operation. Client callable only.
/titles/{titleId}/recentplayers/server
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. Uses the POST operation. Service callable only.
/titles/{titleId}/recentplayergroups/server
Appends to or updates all users' recent players within a group (bidirectional). Uses the POST operation. Service callable only.
Send an invite to an Xbox Live user. Uses the POST operation. Client callable only.
/titles/{titleId}/invites/server
Sends an invite to an Xbox user with the given connection string. Uses the POST operation. Service callable only.