isFollowingUsersRestAction

fun isFollowingUsersRestAction(vararg users: String): SpotifyRestAction<List<Boolean>>

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

Requires the SpotifyScope.USER_FOLLOW_READ 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

Sources

common source
Link copied to clipboard