areFollowingPlaylist

suspend fun areFollowingPlaylist(playlist: String, vararg users: String): List<Boolean>(source)

Check to see if one or more Spotify users are following a specified playlist.

Api Reference

Return

List of Booleans representing whether the user follows the playlist. User IDs not found will return false

Parameters

playlist

playlist id or uri

users

user ids or uris to check. Maximum 5.

Throws

if the playlist is not found OR any user in the list does not exist