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

# User (JSON)

> User (JSON)

# User (JSON)

Contains user leaderboard data.

<a id="ID4EN" />

## User

The User object has the following specification.

| Member   | Type                    | Description                                                                                                                |
| -------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| gamertag | string                  | Gamertag of the player (maximum of 15 characters). The client should use this value in the UI when identifying the player. |
| rank     | 32-bit signed integer   | The rank of the user relative to the user requesting the leaderboard data.                                                 |
| rating   | string                  | The user's rating.                                                                                                         |
| xuid     | 64-bit unsigned integer | The XBOX User ID (XUID) of the user.                                                                                       |

<a id="ID4EMC" />

## Sample JSON syntax

```json theme={null}
{ 
   "gamertag":"TrueBlue402",
   "rank":2,
   "rating":"2:19:21.17",
   "xuid":1234567890123456 
}
    
```

<a id="ID4EVC" />

## See also

<a id="ID4EXC" />

##### Parent

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