---
title: "Gets Created, MyGames, or OtherGames places inventory for a user"
method: GET
path: "/v1/users/{userId}/places/inventory"
tags: ["Inventories", "Places", "Universes", "Users"]
---

# Gets Created, MyGames, or OtherGames places inventory for a user

`GET /v1/users/{userId}/places/inventory`

## Path parameters

- `userId` integer, required

## Query parameters

- `placesTab` 0 | 1 | 2 | 3 | 4 | 5, required
- `itemsPerPage` integer, required
- `cursor` integer, required

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxInventoryApiModelsPlaceModel
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxInventoryApiModelsPlaceModel[]
    - `universeId` integer
    - `placeId` integer
    - `name` string
    - `creator` RobloxInventoryApiModelsCreatorModel
      - `id` integer
      - `name` string
      - `type` 1 | 2 | 3 — ['User' = 1, 'Group' = 2, 'Experience' = 3]
    - `priceInRobux` integer

## Other responses

- `400` — 6: Invalid request
- `403` — 3: Insufficient permission.

---

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