rozod
    Preparing search index...

    Variable getValidatorsRecommendedusernamefromdisplaynameConst Api Param

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

    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. DisplayName BirthDay