Thank you, @TariqHussain , I got only community's usernames (user logins) in my CSV list with no user-ids. And I have to assign the same badge to each user from the list. I created a role "Online-Gamer" and the badge named "Online-Gamer" for that. My CSV list has 2 columns now: user_login,badge_name So how should my API call look like to assign the same role for the different user names (user logins)?
... View more