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

# RichPresenceRequest (JSON)

> RichPresenceRequest (JSON)

# RichPresenceRequest (JSON)

Request for information about which rich presence information should be used.

<a id="ID4EN" />

## RichPresenceRequest

The RichPresenceRequest object has the following specification.

| Member | Type            | Description                                                                                                                                                                                            |
| ------ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| id     | string          | The <b>friendlyName</b> of the rich presence string to use.                                                                                                                                            |
| scid   | string          | Scid that tells us where the rich presence strings are defined.                                                                                                                                        |
| params | array of string | Array of <b>friendlyName</b> strings with which to finish the rich presence string. Only enumeration-friendly names should be specified, not stats. Leaving this empty will remove any previous value. |

<a id="ID4EDC" />

## Sample JSON syntax

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

<a id="ID4EMC" />

## See also

<a id="ID4EOC" />

##### 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](/zh-CN/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 を介したユーザーのプレゼンスの更新](/ja-jp/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
