Skip to main content
Question

Badges - mass upload of users

  • October 14, 2022
  • 3 replies
  • 111 views

Lucy.blake
Helper II

Is there any way to upload a list of people to receive a badge? We would like to award people that log in every week in a month a badge and points. Is there any way to do a CSV upload or API upload?

Currently this is going to mean I’m going to have to do this manually which will take ages. 

3 replies

Marco.T
Docebian
Forum|alt.badge.img+2
  • Docebian
  • October 14, 2022

Hi @Lucy.blake 

With the new Badges tt is possible to upload by API, you can find the details of the api here 

https://help.docebo.com/hc/en-us/articles/6756225045650-Transition-to-the-New-Management-of-Badges

Or as usual in the API documentation of your platform

You need to use the API /share/v1/gamification/badges/{id_badge}/assigned_users/batch

Hope this helps 

Marco


Lucy.blake
Helper II
  • Author
  • October 14, 2022

@Marco.T What are the parameters you can upload with this? I know I can specify the badge code, and the users (not worked out quite the right code yet, but I can see it’s possible). Can I specify how many badges they get?


JEntis
Helper I
Forum|alt.badge.img+4
  • Helper I
  • October 14, 2025

Hi @Lucy.blake 

With the new Badges tt is possible to upload by API, you can find the details of the api here 

https://help.docebo.com/hc/en-us/articles/6756225045650-Transition-to-the-New-Management-of-Badges

Or as usual in the API documentation of your platform

You need to use the API /share/v1/gamification/badges/{id_badge}/assigned_users/batch

Hope this helps 

Marco

@Marco.T your link to the API upload seems to be broken, is this no longer an option? I was just asking the help desk about badge upload by CSV and that doesn’t seem to be an option, which is frustrating. Is the API path no longer possible?