Presence URIs

This section provides detail about the Universal Resource Identifier (URI) addresses and associated Hypertext Transport Protocol (HTTP) methods from Xbox Live Services for presence.

Only games running on an Xbox 360, on a Windows Phone device, or on Windows can use this service.

The domain for these URIs is userpresence.xboxlive.com.

You can subscribe to a user's presence changes by using the Real Time Activity (RTA) service.

In this section

/users/batch

  Access presence for a batch of users.

/users/me

  Access the current user's presence.

/users/me/groups/{moniker}

  Accesses the PresenceRecord for my group.

/users/xuid({xuid})

  Access the presence of another user or client.

/users/xuid({xuid})/devices/current/titles/current

  Access the presence of a title or a title's user.

/users/xuid({xuid})/groups/{moniker}

  Accesses the PresenceRecord for a group.

/users/xuid({xuid})/groups/{moniker}/broadcasting

  Accesses the presence record of the broadcasting users specified by the groups moniker related to the XUID that appears in the URI.

/users/xuid({xuid})/groups/{moniker}/broadcasting/count

  Accesses the count of the broadcasting users specified by the groups moniker related to the XUID that appears in the URI.

See also

Parent

Universal Resource Identifier (URI) Reference