Get the gamertag from a xuid
GET/v2/xbox/gamertag/:xuid
Get the gamertag from a xuid
Request
Path Parameters
xuid stringrequired
The xuid of the Bedrock player
Responses
- 200
- 400
- 503
The gamertag associated with the xuid or an empty object if there is account with the given xuid
- application/json
- Schema
- Example (from schema)
Schema
gamertagstringrequired
The gamertag
Example:
Tim203
{
"gamertag": "Tim203"
}
The xuid is invalid (not an int)
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
The error message
{
"message": "string"
}
The requested account was not cached and we were not able to call the Xbox Live API (rate limited / not setup)
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
The error message
{
"message": "string"
}