Variable postUsernamesValidateConst

postUsernamesValidate: EndpointGeneric<{}, {
    code:
        | 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6
        | 7
        | 10
        | 12;
    message: string;
}, {
    birthday: string;
    context: 0 | 1 | 2;
    username: string;
}> = ...

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

Checks if a username is valid.

The Roblox.Authentication.Api.Models.UsernameValidationRequest.