Variable getUsersUseridItemsItemtypeItemtargetidConst

getUsersUseridItemsItemtypeItemtargetid: EndpointGeneric<{
    itemTargetId: number;
    itemType:
        | 0
        | 1
        | 2
        | 3;
    userId: number;
}, {
    data: {
        Id: number;
        InstanceId: number;
        Name: string;
        Type:
            | 0
            | 1
            | 2
            | 3;
    }[];
    nextPageCursor: string;
    previousPageCursor: string;
}, any> = ...

GET https://inventory.roblox.com/v1/users/:userId/items/:itemType/:itemTargetId

Gets owned items of the specified item type. Game Servers can make requests for any user, but can only make requests for game passes that belong to the place sending the request. Place creators can make requests as if they were the Game Server.

ID of the user in question

Type of the item in question (ie. Asset, GamePass, Badge, Bundle)

ID of the item in question