- Introduction
- Hubs
- Courses
- Course listing
- Create course
- Get course data
- Enroll in a course
- Get enrollment requests
- Get members in a course
- Add members to a course
- Change role of course member
- Complete Course
- Get list of course resources
- View course rating or feedback
- Add course rating or feedback
- Edit course rating or feedback
- Delete course rating or feedback
- Get quiz lesson
- Create a lesson
- Complete a lesson
- Update learner status
- Get lesson discussion list
- To mark learner as complete
- To mark learner as in progress
- To mark learner as failed
- Assessments
- Reports
- Custom portal
- Manage invites
- Manage users
- Manage courses & manuals
- Get list of courses shared to custom portal
- To share or remove a course to or from a custom portal
- To add or remove user to or from a course in custom portal
- Get list of manuals shared to a custom portal
- To share or remove manual to or from custom portal
- To add or remove user to or from a manual in custom portal
- Manage signups
- Enable/disable custom portal
Get custom portal pending invites
The purpose of this API is to get pending invites in custom portal.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/customportal/<customportalId>/invites |
OAuth Scope: | ZohoLearn.customportaluser.READ |
Request Method: | GET |
Sample response
Copied{
"STATUS": "OK",
"clients": [
{
"invitedBy": "799691738",
"emailId": "user1@zylker.com",
"invitedZuid": "10092447422",
"clientPortalId": "6342496000000045001",
"type": "BY_ADMIN",
"reinvitedTime": "Today, 12:21 AM",
"invitedByUserDetails": {
"role": "MEMBER",
"imageURL": "https:\/\/contacts.zoho.com\/file\/download?t=user&fs=thumb&ID=799691738",
"name": "Steven Finn",
"colorIndex": "1",
"emailId": "stevenfinn@zylker.com",
"id": "799691738",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
},
"id": "6342496000000334001",
"time": "Today, 12:21 AM",
"memberType": "CLIENT",
"invitedUserDetails": {
"role": "MEMBER",
"imageURL": "https:\/\/contacts.zoho.com\/file?t=user&ID=10092447422&fs=thumb",
"name": "user1",
"colorIndex": "1",
"id": "10092447422",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
},
"memberRole": "MEMBER"
},
{
"invitedBy": "799691738",
"emailId": "user2@zylker.com",
"invitedZuid": "10092447511",
"clientPortalId": "6342496000000045001",
"type": "BY_ADMIN",
"reinvitedTime": "Today, 12:21 AM",
"invitedByUserDetails": {
"role": "MEMBER",
"imageURL": "https:\/\/contacts.zoho.com\/file\/download?t=user&fs=thumb&ID=799691738",
"name": "Steven Finn",
"colorIndex": "1",
"emailId": "stevenfinn@zylker.com",
"id": "799691738",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
},
"id": "6342496000000334005",
"time": "Today, 12:21 AM",
"memberType": "CLIENT",
"invitedUserDetails": {
"role": "MEMBER",
"imageURL": "https:\/\/contacts.zoho.com\/file?t=user&ID=10092447511&fs=thumb",
"name": "user2",
"colorIndex": "1",
"id": "10092447511",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
},
"memberRole": "MEMBER"
}
]
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.