followUsers

suspend fun followUsers(vararg users: String)

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

common source
Link copied to clipboard