Variable postUserFollowingExistsConst

postUserFollowingExists: EndpointGeneric<{}, {
    followings: {
        isFollowed: boolean;
        isFollowing: boolean;
        userId: number;
    }[];
}, {
    targetUserIds: number[];
}> = ...

POST https://friends.roblox.com/v1/user/following-exists

Returns whether or not the current user is following each userId in a list of userIds

The userIds potentially being followed