Variable getUsersOutfit3dConst

getUsersOutfit3d: EndpointGeneric<{
    outfitId: number;
}, {
    imageUrl: string;
    state:
        | "Error"
        | "Completed"
        | "InReview"
        | "Pending"
        | "Blocked"
        | "TemporarilyUnavailable";
    targetId: number;
    version: string;
}, any> = ...

GET https://thumbnails.roblox.com/v1/users/outfit-3d

Get 3d object for an outfit

CSV for the userIds to get user outfits