isFollowingUsers

suspend fun isFollowingUsers(vararg users: String): List<Boolean>(source)

Check to see if the current user is following one or more other Spotify users.

Requires the SpotifyScope.UserFollowRead scope

Api Reference

Return

A list of booleans corresponding to users of whether the current user is following that user

Parameters

users

List of the user Spotify IDs to check. Max 50

Throws

if users contains a non-existing id