Enroll users to learning object via API method
Audience: Admin, Integration Admin
To enroll user to a certification, three mandatory fields are required:
1. User ID: User for whom the enrollment should be done
You can use API GET /users to fetch user details and the id
2. Learning Object ID: For which course/learning path/certification does the user have to be enrolled
Use GET /learningObjects to fetch learning object details and instance id
3. Learning Object Instance ID: For instance ID of the course/learning path the user have to be enrolled
Once the above details are gathered enrollment API should be used: POST /users/{id}/enrollments
Now the user will be enrolled:
The post Enroll users to learning object via API method appeared first on eLearning.