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

# Gets a list of outfits for the specified user.

`GET /v2/avatar/users/{userId}/outfits`

## Path parameters

- `userId` integer, required

## Query parameters

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

## Headers

- `Roblox-Place-Id` integer

## Response `200`

OK

- RobloxApiAvatarModelsAvatarPageResponseRobloxApiAvatarModelsOutfitModel — Avatar page response.
  - `data` RobloxApiAvatarModelsOutfitModel[] — The data
    - `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.
  - `paginationToken` string — A non empty string indicates that there is more data available than this response contains. An empty string indicates the last page.

## 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/revisions/1d2042bb1a48/schema)
