Variable getUsersUseridCanViewInventoryConst

getUsersUseridCanViewInventory: EndpointGeneric<{
    userId: number;
}, {
    canView: boolean;
}, any> = ...

GET https://inventory.roblox.com/v1/users/:userId/can-view-inventory

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

The user identifier.