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

# UserClaims (JSON)

> UserClaims (JSON)

# UserClaims (JSON)

Returns information about the current authenticated user.

<a id="ID4EN" />

## UserClaims

The UserClaims object has the following specification.

| Member   | Type                    | Description                          |
| -------- | ----------------------- | ------------------------------------ |
| gamertag | string                  | gamertag of the user.                |
| xuid     | 64-bit unsigned integer | The XBOX User ID (XUID) of the user. |

<a id="ID4EZB" />

## Sample JSON syntax

```json theme={null}
{
   "xuid" : 2533274790412952,
   "gamertag" : "gamer"

}
    
```

<a id="ID4ECC" />

## See also

<a id="ID4EEC" />

##### Parent

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


## Related topics

- [Server-side handling of XBOX services User Privileges](/services/xbox-services/fundamentals/identity/privileges/concepts/live-user-privileges-server.md)
- [Example XSTS Token, decryption, and validation](/services/xbox-services/fundamentals/s2s-auth-calls/service-authentication/security-tokens/live-sample-xsts-token.md)
- [Request a User Store ID for service-to-service auth](/publishing/xstore-commerce/xstore-requesting-userstoreid.md)
- [Json Lua license](/services/playfab/sdks/lua/Licenses/json-lua-license.md)
- [Newtonsoft Json license](/services/playfab/sdks/unity3d/Licenses/newtonsoft-json-license.md)
