UserClaims (JSON)

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"

}
    

See also

Parent

JavaScript Object Notation (JSON) Object Reference