AddMembersToCourse
This action adds members to a course.
Action Parameters
| PARAMETER NAME | DESCRIPTION |
|---|---|
| CourseId | The ID of the course to add members to. |
| UserIds | Array of Zuids to add to the course. |
| Role | Optional. If omitted, the default role is MEMBER. Possible values: MEMBER - Add user as Learner, ADMIN - Add user as Admin, INSTRUCTOR - Add user as Instructor, CONTRIBUTOR - Add user as Contributor. |
Result
Members are added to the specified course.
Was this page helpful?