> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiplayer Activity URIs

> Multiplayer Activity URIs

# 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.

<a id="ID4EPB" />

## In this section

[/titles/{titleId}/users/{xuid}/activities](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-GetActivity)

Gets the activity for a user playing a specific title. Uses the GET operation. Client and Service callable.

[/titles/{titleId}/users/{xuid}/activities](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-UpdateActivity)

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](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-DeleteActivity)

Deletes the activity for a user playing a specific title. Uses the DELETE operation. Client and Service callable.

[/titles/{titleId}/activities/query](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-ExternalGetActivityBatch)

Gets a batch of multiplayer activities for a list of users. Uses the POST operation. Client and Service callable.

[/titles/{titleId}/recentplayers](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-PostUniRecentPlayers)

Appends to or updates a user's list of recent players (unidirectional). Uses the POST operation. Client callable only.

[/titles/{titleId}/recentplayers/server](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-PostServerUniRecentPlayers)

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](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-PostServerRecentPlayerGroup)

Appends to or updates all users' recent players within a group (bidirectional). Uses the POST operation. Service callable only.

[/titles/{titleId}/invites](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-SendInvite)

Send an invite to an XBOX Live user. Uses the POST operation. Client callable only.

[/titles/{titleId}/invites/server](/reference/live/rest/uri/multiplayeractivity/swagger-uris/uri-SendServerInvite)

Sends an invite to an XBOX user with the given connection string.  Uses the POST operation. Service callable only.

<a id="ID4EAC" />

##### Parent

[Universal Resource Identifier (URI) Reference](/reference/live/rest/uri/atoc-xboxlivews-reference-uris)
