---
title: "Get outfits for the given CSV of userOutfitIds"
method: GET
path: "/v1/users/outfits"
tags: ["Thumbnails"]
---

# Get outfits for the given CSV of userOutfitIds

`GET /v1/users/outfits`

## Query parameters

- `userOutfitIds` integer[], required
- `includeBackground` boolean
- `size` '150x150' | '420x420'
- `format` 'Png' | 'Webp'
- `isCircular` boolean

## Response `200`

OK

## Other responses

- `400` — 1: There are too many requested Ids. 2: The requested image format is invalid. Please see documentation for valid thumbnail format parameter name and values. 3: The requested size is invalid. Please see documentation for valid thumbnail size parameter name and format. 4: The requested Ids are invalid, of an invalid type or missing. 10: Circular thumbnail requests are not allowed

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
