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

# ActivityRecord (JSON)

> ActivityRecord (JSON)

# ActivityRecord (JSON)

A formatted and localized string about one or more users' rich presence.

<a id="ID4EN" />

## ActivityRecord

The ActivityRecord object has the following specification.

| Member       | Type        | Description                                        |
| ------------ | ----------- | -------------------------------------------------- |
| richPresence | string      | The rich presence string, formatted and localized. |
| media        | MediaRecord | What the user is watching or listening to.         |

<a id="ID4ETB" />

## Sample JSON syntax

```json theme={null}
{
        richPresence:"Team Deathmatch on Nirvana"
      }
    
```

<a id="ID4E3B" />

## See also

<a id="ID4E5B" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [XAppCaptureRecordTimespan](/reference/system/xappcapture/functions/xappcapturerecordtimespan.md)
- [Activities](/services/xbox-services/multiplayer/mpa/concepts/live-mpa-activities.md)
- [Multiplayer Activity (MPA) feature overview](/services/xbox-services/multiplayer/mpa/live-mpa-overview.md)
- [XblMultiplayerActivityDetails](/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayeractivitydetails.md)
- [Recent players](/services/xbox-services/multiplayer/mpa/concepts/live-mpa-recent-players.md)
