rozod
    Preparing search index...

    Variable postUsersConst Api Param Description

    postUsers: EndpointGeneric<
        {},
        {
            data: {
                displayName: string;
                hasVerifiedBadge: boolean;
                id: number;
                name: string;
            }[];
        },
        { excludeBannedUsers: boolean; userIds: number[] },
    > = ...

    POST https://users.roblox.com/v1/users Get users by ids. body The Roblox.Users.Api.MultiGetByUserIdRequest. Does not require X-CSRF-Token protection because this is essentially a get request but as a POST to avoid URI limits.