---
title: "Return inventory categories for a user"
method: GET
path: "/v1/users/{userId}/categories"
tags: ["Inventories", "Users"]
---

# Return inventory categories for a user

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

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxInventoryApiModelsCategoriesModel — Model class that contains the categories of the Inventory or Favorites page
  - `categories` RobloxInventoryApiModelsAssetsExplorerCategoryModel[] — Categories to show up in Inventory or Favorites page
    - `name` string
    - `displayName` string
    - `categoryType` string
    - `items` RobloxInventoryApiModelsAssetsExplorerCategoryItemModel[]
      - `name` string
      - `displayName` string
      - `filter` string
      - `id` integer
      - `type` 0 | 1 | 2 | 3 | 4 — Describes what type an AssetsExplorerCategoryItemModel contains ['AssetType' = 0, 'Bundle' = 1, 'Outfit' = 2, 'Set' = 3, 'Avatar' = 4]
      - `categoryType` string

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/997412c1cdd2/schema)
