---
title: "Deprecated, user v2.
Gets a list of outfits for the specified user."
method: GET
path: "/v1/users/{userId}/outfits"
tags: ["Avatars", "Users"]
---

# Deprecated, user v2.
Gets a list of outfits for the specified user.

`GET /v1/users/{userId}/outfits`

## Path parameters

- `userId` integer, required

## Query parameters

- `outfitType` string
- `page` integer
- `itemsPerPage` integer
- `isEditable` boolean

## Headers

- `Roblox-Place-Id` integer

## Response `200`

OK

- RobloxApiAvatarModelsAvatarFilteredPageResponseRobloxApiAvatarModelsOutfitModel — Filtered page response
  - `filteredCount` integer — Number of !:TPagedObject filtered.
  - `data` RobloxApiAvatarModelsOutfitModel[]
    - `id` integer — The id.
    - `name` string — The name.
    - `isEditable` boolean — Whether the outfit can be modified by the user.
    - `outfitType` string — The type of the Outfit.
  - `total` integer

## Other responses

- `400` — 1: The specified user does not exist. 2: An account for the given userId does not exist!

---

[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/e15802062270/schema)
