Write Title URI with the appropriate parameters in a JSON object.
This RESTful call is also wrapped by XBOX Service APIs (XSAPIs).
For information about the API that’s related to this call, see XblPresenceSetPresenceAsync.
The URI looks like the following:
TitleRequest object
ActivityRequest object
RichPresenceRequest object
For example, to update the Rich Presence for the user whose xuid is 12345, the call looks like the following:
GET (/users/xuid({xuid})).
The wrapper API for this is either XblPresenceGetPresenceAsync or XblPresenceGetPresenceForMultipleUsersAsync.
In the previous example, you’ve requested the PresenceRecord of the user, whose xuid is 12345.
You’ve also requested that the level of detail be all.
If you didn’t specify all, Rich Presence isn’t returned. Instead, all returns the following in the JSON response.
