today
LMS API Updates - April 26, 2026
Other Updates
- ๐ New SSO Guide: We've published a new implementation guide on how to handle Single Sign-On (SSO) and user identity matching when integrating with Learning Management Systems.
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.bulk-upsert-courses action now supports setting the language and duration for courses, making testing more flexible.bulk-upsert-courses action that allows you to create and update courses in a single request. This action is now supported across 360Learning, Cornerstone OnDemand, SAP SuccessFactors, Sandbox, and Workday.POST /lms/courses/bulk endpoint. This is ideal for large-scale catalog synchronization and is the first feature powered by our new Async Tasks framework.create course action now supports two new fields: duration (in minutes) and languages. This is already supported for 360Learning, Cornerstone, and Workday.deactivate course action to manage the lifecycle of courses created via Kombo.language and duration has been added to course creation.