rozod
    Preparing search index...

    Variable postUsernamesValidateConst Api Param

    postUsernamesValidate: EndpointGeneric<
        {},
        {
            code: | "ValidUsername"
            | "AlreadyInUseError"
            | "ModerationError"
            | "InvalidLengthError"
            | "StartsOrEndsWithUnderscoreError"
            | "TooManyUnderscoresError"
            | "ContainsSpacesError"
            | "InvalidCharactersError"
            | "ContainsPiiError"
            | "ContainsReservedUsernameError";
            message: string;
        },
        { birthday: string; context: 0
        | 1
        | 2; username: string },
    > = ...

    POST https://auth.roblox.com/v1/usernames/validate Checks if a username is valid. body The Roblox.Authentication.Api.Models.UsernameValidationRequest.