---
title: "Gets a list of asset ids that the user is currently wearing."
method: GET
path: "/v1/users/{userId}/currently-wearing"
tags: ["Assets", "Avatars", "User profiles", "Users"]
---

# Gets a list of asset ids that the user is currently wearing.

`GET /v1/users/{userId}/currently-wearing`

## Path parameters

- `userId` integer, required

## Headers

- `Roblox-Place-Id` integer

## Response `200`

OK

- RobloxApiAvatarModelsAssetIdListModel — A model that contains a list of asset ids
  - `assetIds` integer[] — The asset ids

## 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/756260310407/schema)
