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

# LastSeenRecord (JSON)

> LastSeenRecord (JSON)

# LastSeenRecord (JSON)

Information about when the system last saw a user, available when the user has no valid DeviceRecord.

<a id="ID4EN" />

## LastSeenRecord

The LastSeenRecord object has the following specification.

| Member     | Type                    | Description                                                     |
| ---------- | ----------------------- | --------------------------------------------------------------- |
| deviceType | string                  | The type of the device on which the user was last present.      |
| titleId    | 32-bit unsigned integer | The identifier of the title on which the user was last present. |
| titleName  | string                  | The name of the title on which the user was last present.       |
| timestamp  | DateTime                | UTC timestamp indicating when the user was last present.        |

<a id="ID4EHC" />

## Sample JSON syntax

```json theme={null}
{
  deviceType:W8,
  titleId:"23452345",
  titleName:"My Awesome Game",
  timestamp:"2012-09-17T07:15:23.4930000"
}
    
```

<a id="ID4EQC" />

## See also

<a id="ID4ESC" />

##### Parent

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

<a id="ID4E5C" />

##### Reference
