Variable getValidatorsRecommendedusernamefromdisplaynameConst

getValidatorsRecommendedusernamefromdisplayname: EndpointGeneric<{
    BirthDay: string;
    DisplayName: string;
}, {
    didGenerateNewUsername: boolean;
    suggestedUsernames: string[];
}, any> = ...

GET https://auth.roblox.com/v1/validators/recommendedUsernameFromDisplayName

Validates the given display name, and if valid, will convert it to a valid username and return suggested username(s) if available.