Variable postUsernamesUsersConst
postUsernamesUsers: EndpointGeneric<{}, { data: { displayName: string; hasVerifiedBadge: boolean; id: number; name: string; requestedUsername: string; }[]; }, { excludeBannedUsers: boolean; usernames: string[]; }> = ...
Api
POST https://users.roblox.com/v1/usernames/users
Summary
Get users by usernames.
Param: body
The Roblox.Users.Api.MultiGetByUsernameRequest.
Description
This endpoint will also check previous usernames. Does not require X-CSRF-Token protection because this is essentially a get request but as a POST to avoid URI limits.