rozod
    Preparing search index...

    Variable postUserUseridMultigetAreFriendsConst Api Param

    postUserUseridMultigetAreFriends: EndpointGeneric<
        { userId: number },
        { friendsId: number[] },
        { targetUserIds: number[] },
    > = ...

    POST https://friends.roblox.com/v1/user/:userId/multiget-are-friends Check if the requesting user is friends with the specified users. body The user ids to check against with the requesting user. userId The requesting userId.