rozod
    Preparing search index...

    Variable getUsersUseridCanViewInventoryConst Api Param

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

    GET https://inventory.roblox.com/v1/users/:userId/can-view-inventory Gets whether the specified user's inventory can be viewed. userId The user identifier.