Add members to a course
The purpose of this API is to add members to a course.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/course/<courseId>/member |
OAuth Scope: | ZohoLearn.course.UPDATE |
Request Method: | POST |
Parameter | Value | Required |
---|---|---|
userIds | Array of Zuids to add to the course | Required |
role | MEMBER - Add user as Learner ADMIN - Add user as ADMIN INSTRUCTOR - Add user as Instructor CONTRIBUTOR - Add user as contributor MEMBER will be chosen by default if role is not given | Optional |
Response
Copied
Sample URL
Copied