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

# ActivityRequest (JSON)

> ActivityRequest (JSON)

# ActivityRequest (JSON)

A request for information about one or more users' rich presence.

<a id="ID4EN" />

## ActivityRequest

The ActivityRequest object has the following specification.

| Member       | Type                                                                      | Description                                                        |
| ------------ | ------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| richPresence | [RichPresenceRequest](/reference/live/rest/json/json-richpresencerequest) | The friendly name of the rich presence string that should be used. |
| media        | MediaRequest                                                              | Media information for what the user is watching or listening to.   |

<a id="ID4EVB" />

## Sample JSON syntax

```json theme={null}
{
    richPresence:
    {
      id:"playingMapWeapon",
      scid:"abba0123-08ba-48ca-9f1a-21627b189b0f"
    }
  }
    
```

<a id="ID4E5B" />

## See also

<a id="ID4EAC" />

##### Parent

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


## Related topics

- [Updating a user's Presence via REST](/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
- [REST를 통한 사용자 Presence 업데이트](/ko/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
- [Actualización de la presencia de un usuario mediante REST](/es/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
- [通过 REST 更新用户的 Presence](/zh-CN/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
- [REST を介したユーザーのプレゼンスの更新](/ja-jp/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
