Variable getUsernamesValidateConst

getUsernamesValidate: EndpointGeneric<{
    Birthday: string;
    Context: 0 | 1 | 2;
    Username: string;
}, {
    code:
        | 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6
        | 7
        | 10
        | 12;
    message: string;
}, any> = ...

GET https://auth.roblox.com/v1/usernames/validate

Checks if a username is valid.