bulk_assign_course_to_users
Assign a course to multiple users in one operation. Enroll a list of users into a specified course while automatically respecting API rate limits.
Instructions
Assign a course to a list of users. Use this when registering or enrolling multiple users into a course — do NOT call assign_course_to_user repeatedly. Respects the Litmos rate limit automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userIds | Yes | List of Litmos user IDs to assign the course to | |
| courseId | Yes | The Litmos course ID to assign |