Variable postValidatorsUsernameConst

postValidatorsUsername: EndpointGeneric<{}, {
    didGenerateNewUsername: boolean;
    suggestedUsernames: string[];
}, {
    birthday: string;
    username: string;
}> = ...

POST https://auth.roblox.com/v1/validators/username

Tries to get a valid username if the current username is taken This is a POST request and explicitly does not receive the parameter values from the query