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.
/titles//users//activitiesGets the activity for a user playing a specific title. Uses the GET operation. Client and Service callable./titles//users//activitiesSets or updates the activity for a user playing a specific title. Uses the POST operation. Client and Service callable./titles//users//activitiesDeletes the activity for a user playing a specific title. Uses the DELETE operation. Client and Service callable./titles//activities/queryGets a batch of multiplayer activities for a list of users. Uses the POST operation. Client and Service callable./titles//recentplayersAppends to or updates a user’s list of recent players (unidirectional). Uses the POST operation. Client callable only./titles//recentplayers/serverAppends 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//recentplayergroups/serverAppends to or updates all users’ recent players within a group (bidirectional). Uses the POST operation. Service callable only./titles//invitesSend an invite to an XBOX Live user. Uses the POST operation. Client callable only./titles//invites/serverSends an invite to an XBOX user with the given connection string. Uses the POST operation. Service callable only.