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

# TitleRequest (JSON)

> TitleRequest (JSON)

# TitleRequest (JSON)

Request for information about a title.

<a id="ID4EN" />

## TitleRequest

The TitleRequest object has the following specification.

| Member    | Type                                                              | Description                                                                                                                 |
| --------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| id        | 32-bit unsigned integer                                           | Identifier of the title.                                                                                                    |
| activity  | [ActivityRequest](/reference/live/rest/json/json-activityrequest) | In-title information, including rich presence and media information, if available.                                          |
| state     | string                                                            | Whether a user is active or not. This field is required to mark a user as inactive. The default is "active".                |
| placement | string                                                            | The placement mode of the title. Possible values include "full", "fill", "snapped", or "background". The default is "full". |

<a id="ID4EJC" />

## Sample JSON syntax

```json theme={null}
{
  id:"12341234",
  placement:"snapped",
  state:"active",
  activity:
  {
    richPresence:
    {
      id:"playingMapWeapon",
      scid:"82b11353-08ba-48ca-9f1a-21627b189b0f"
    }
  }
}
    
```

<a id="ID4ESC" />

## See also

<a id="ID4EUC" />

##### Parent

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

<a id="ID4E5C" />

##### Reference

[POST (/users/xuid({xuid})/devices/current/titles/current)](/reference/live/rest/uri/presence/uri-usersxuiddevicescurrenttitlescurrentpost)
