---
title: "Gets whether the specified user's inventory can be viewed."
method: GET
path: "/v1/users/{userId}/can-view-inventory"
tags: ["Accounts", "Inventories", "Users"]
---

# Gets whether the specified user's inventory can be viewed.

`GET /v1/users/{userId}/can-view-inventory`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxInventoryApiModelsCanViewInventoryResponse
  - `canView` boolean — Boolean describing if the user's inventory can be viewed

## Other responses

- `400` — 1: The specified user 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)
