Variable postValidatorsRecommendedusernamefromdisplaynameConst

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

POST 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.

This is a POST request and explicitly does not receive the parameter values from the query