Variable getUsersOutfitsConst
getUsersOutfits: EndpointGeneric<{ format: undefined | "Png" | "Webp"; isCircular: undefined | boolean; size: undefined | "150x150" | "420x420"; userOutfitIds: number[]; }, { data: { imageUrl: string; state: | "Error" | "Completed" | "InReview" | "Pending" | "Blocked" | "TemporarilyUnavailable"; targetId: number; version: string; }[]; }, any> = ...
Api
GET https://thumbnails.roblox.com/v1/users/outfits
Summary
Get outfits for the given CSV of userOutfitIds
Param: userOutfitIds
CSV for the userOutfitIds to get user outfits
Param: size
The thumbnail size, formatted widthxheight
Param: format
The thumbnail format
Param: isCircular
The circle thumbnail output parameter, true or false