rozod
    Preparing search index...

    Variable getUsersOutfitsConst Api Param

    getUsersOutfits: EndpointGeneric<
        {
            format?: "Png"
            | "Webp";
            isCircular?: boolean;
            size?: "150x150" | "420x420";
            userOutfitIds: number[];
        },
        {
            data: {
                imageUrl: string;
                state: | "Error"
                | "Completed"
                | "InReview"
                | "Pending"
                | "Blocked"
                | "TemporarilyUnavailable";
                targetId: number;
                version: string;
            }[];
        },
        undefined,
    > = ...

    GET https://thumbnails.roblox.com/v1/users/outfits Get outfits for the given CSV of userOutfitIds userOutfitIds CSV for the userOutfitIds to get user outfits size The thumbnail size, formatted widthxheight format The thumbnail format isCircular The circle thumbnail output parameter, true or false