Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns information about the current authenticated user.
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. |
Sample JSON syntax
{
"xuid" : 2533274790412952,
"gamertag" : "gamer"
}