June 19, 2024
Enroll users to learning object via API method
Comments
(0)
June 19, 2024
Enroll users to learning object via API method
Followers: 10 people
(0)

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:

0 Comments
Add Comment