Variable postUserMultigetAreFriendsConst

postUserMultigetAreFriends: EndpointGeneric<{}, number[], {
    targetUserIds: number[];
}> = ...

POST https://friends.roblox.com/v1/user/multiget-are-friends

Check if the requesting user is friends with the specified users.

The user ids to check against with the requesting user.