Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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"
}