Get members in a course
The purpose of this API is to get all members in a course.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/course/<courseId>/member |
OAuth Scope: | ZohoLearn.course.READ |
Request Method: | GET |
Response
Copied{
"STATUS": "OK",
"MEMBERS": {
"usersDetails": [
{
"role": "ADMIN",
"name": "James Arthur",
"colorIndex": "1",
"emailId": "arthur@zylker.com",
"id": "799705715",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
},
{
"role": "MEMBER",
"name": "Ben Taylor",
"colorIndex": "1",
"emailId": "taylor@zylker.com",
"id": "799705135",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
}
],
"partitionId": "6342496000000086001",
"pendingGroupInviteCount": "0",
"canManageUsers": "true",
"partitionOwner": "799705715",
"isAdmin": "true",
"partitionType": "COURSE"
}
}
Show full
Show less
Sample URL
Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/course/6342496000000086001/member