LMS API Updates - August 16, 2026
⚡️ Workday Learning: Sync Performance Overhaul with Sync Units: We've introduced Sync Units for our Workday Learning integration.
⚡️ Workday Learning: Sync Performance Overhaul with Sync Units: We've introduced Sync Units for our Workday Learning integration.
Our Coursera integration is now in open beta and available for all customers to activate. You can now enroll learners into courses with the new enroll-learners action, and course sync includes the skills associated with each course, retrievable via the new HRIS Skills API.
We've launched a read-only integration with Coursera for Business. You can sync your full course and specialization catalog, sync learners across your organization, and track learner progress including enrollments and completions. Delta syncs fetch only new and updated course and progression data for significantly faster syncs. Contact us to get started.
We've launched a new integration with Docebo. You can sync users, courses, and course progression data, plus enroll users in courses, mark courses as complete, and check progression status.
POST /lms/check-course-progression lets you check a learner's enrollment status for a specific course on demand, without waiting for the next sync. Useful for content providers that need to verify enrollment before granting access to learning materials. Currently supported for Workday Learning.
POST /lms/courses endpoint for creating a single course has been removed. Please update your implementation to use the POST /lms/courses/bulk-upsert endpoint for all course creation and update operations.course_ids on the GET /lms/course-progressions endpoint, making it easier to fetch progress for specific courses.