-
Bug
-
Resolution: Invalid
-
None
-
1.17.1
-
None
-
Minecraft.net
-
Unconfirmed
-
(Unassigned)
So there is a bug with Migrated accounts lately!
If the owner of a minecraft migrated account (now called Microsoft Accounts) changes his Name, it will be still "claimed" on his old account even after 37 Days of waiting.
Example:
Name: Otu
Otu changed his name to "OTUWORLD". If you are trying to search for his name on the ashcon Api (a minecraft API wrapper) https://api.ashcon.app/mojang/v2/user/Otu the response will be
{
"uuid": "0ef95345-1e48-4645-8e84-2f137bf25dc1",
"username": "OTUWORLD",
"username_history": [
,
{ "username": "OTUWORLD", "changed_at": "2021-08-18T15:53:18.930Z" }]
even tho the name was changed. If you are trying to search for a non migrated Account example "frogek" https://api.ashcon.app/mojang/v2/user/frogek you will get the response
{ "code": 404, "error": "Not Found", "reason": "No user with the name 'frogek' was found" }.
TL/TD
The old name of an account is still tied up to the same account after 37 days instead of becoming available to the internet.