complete_session
Mark an ILT session complete and record attendance in a single API call. Processes rollcall and attendance for multiple users simultaneously.
Instructions
Mark an ILT session complete and record attendance in one call. Runs rollcall and attendance marking in parallel for a list of users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | List of users with their completion status. Score is always recorded as 0. | |
| attended | Yes | true = attended, false = did not attend | |
| courseId | Yes | The Litmos course ID | |
| moduleId | Yes | The ILT module ID within the course | |
| sessionId | Yes | The session ID to mark complete | |
| sessionDayId | Yes | The session day ID to mark attendance for |