Learnifier offers a rich API through which it is possible to automatise most operations. One of them is adding a participant to a course.
You will need the participant firstname, lastname and email address.
Precisely as in the admin view, you need to add the participant to a course and then activate the person.
POST /orgunits/{orgid}/projects/{projectid}/participants - Add participant
POST /orgunits/{orgid}/projects/{projectid}/participants/${participantId}/activate - Activate participant
Next step is that in Learnifier you can set up an automatic email. An invitation email can be triggered out when the person is activated. See How to get started with automated communication or contact support@learnifier.com.
The full API documentation is available here.
Comments
0 comments
Please sign in to leave a comment.