Skip to main content

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