Multiple Enrollment functionality on a Course/Learning Objects in Adobe Learning Manager

Multi-enrollment support for Learners:  Adobe Learning Manager has introduced multi-enrollment for learners that allows you to enroll in more than one instance of a course at one or different time periods. Irrespective of the states – enrolled, completed, and not enrolled- can take the course in other instances. Learners can also consume the content of the course from multiple instances at the same time. Each instance has its own progress. Follow the below steps to enable the Multiple Enrollments:   Author […]

Creating users in Adobe Learning Manager using APIs

User creation workflow using APIs. Steps to be followed: Log in as an Integration Admin >> Developer Resources >> API Reference. Navigate to the user : Set of User APIs. Select POST /users Pass the Parameter (response body) as shown below. Example Value: { “data”: { “type”: “user”, “attributes”: { “email”: “TestAPI@gmail.com”, “fields”: { “Company”: “Test”, “Department”: “Management”, “Country”: “India” }, “name”: “API Test user”, “profile”: “Lead”, “roles”: [ “Learner”, “Admin” ], “state”: “ACTIVE”, “userType”: “INTERNAL”, “userUniqueId”: “56789” }, “relationships”: […]