Canvas LMS · Arazzo Workflow
Canvas LMS Enroll User and Confirm
Version 1.0.0
Enroll a user in a course and confirm the enrollment appears in the course roster.
View Spec
View on GitHub
Learning ManagementEducationEdTechLMSLTIHigher EducationK-12Open SourceAGPLCanvasArazzoWorkflows
Provider
Workflows
enroll-user-and-confirm
Enroll a user in a course and verify the enrollment exists.
Resolves the course, creates an enrollment for the supplied user with the chosen type and state, and reads the created enrollment back to confirm it was stored.
1
resolveCourse
getCourse
Read the target course to confirm it exists before enrolling a user.
2
enrollUser
enrollUser
Enroll the supplied user in the course with the requested enrollment type and state.
3
confirmEnrollment
listCourseEnrollments
List the course enrollments to confirm the newly created enrollment is present in the roster.