| check_users_following {tinyspotifyr} | R Documentation | 
Check if Users Follow a Playlist
Description
Check if Users Follow a Playlist
Usage
check_users_following(
  playlist_id,
  ids,
  authorization = get_spotify_authorization_code()
)
Arguments
| playlist_id | Required. The Spotify ID of the playlist. | 
| ids | Required. Spotify User IDs; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids. | 
| authorization | Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details.  | 
Value
Returns a list of results containing user following status.