Variable getUsernamesConst

getUsernames: EndpointGeneric<{
    username: undefined | string;
}, {
    usernames: string[];
}, any> = ...

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

Gets a list of existing usernames on Roblox based on the query parameters

The username

This endpoint can be expanded in the future to include other query parameters such as "startsWith"