followArtists

suspend fun followArtists(vararg artists: String)

Add the current user as a follower of other artists

Requires the SpotifyScope.USER_FOLLOW_MODIFY scope

Api Reference

Parameters

artists

User ids or uris. Maximum 50.

Throws

Sources

common source
Link copied to clipboard