followUsersRestAction

fun followUsersRestAction(vararg users: String): SpotifyRestAction<Unit>

Add the current user as a follower of other users

Requires the SpotifyScope.USER_FOLLOW_MODIFY scope

Api Reference

Parameters

users

User ids or uris. Maximum 50.

Throws

Sources

(source)
Link copied to clipboard