- Introduction
- 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 list of custom portal signup requests
The purpose of this API is to get the list of custom portal signup requests.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/customportal/<customportalId>/signups |
OAuth Scope: | ZohoLearn.customportaluser.READ |
Request Method: | GET |
Sample response
Copied{
"STATUS": "OK",
"signups": [
{
"invitedBy": "10092755962",
"reinvitedTime": "10 Dec 2024",
"emailId": "signupuser1@zylker.com",
"id": "5997108000002896019",
"invitedZuid": "10092755962",
"time": "10 Dec 2024",
"memberType": "CLIENT",
"clientPortalId": "5997108000001047001",
"type": "USER_UNCONFIRMED",
"memberRole": "CLIENT"
},
{
"invitedBy": "10092755973",
"reinvitedTime": "10 Dec 2024",
"emailId": "signupuser2@zylker.com",
"id": "5997108000002896023",
"invitedZuid": "10092755973",
"time": "10 Dec 2024",
"memberType": "CLIENT",
"clientPortalId": "5997108000001047001",
"type": "BY_USER_UNAPPROVED",
"memberRole": "CLIENT"
}
]
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.