Bulk Registration
Bulk Registration API
Zoho Meeting lets bulk registrations happen at once. You can use this API and allow bulk registrations for your webinar, with all the necessary parameters for a successful registration.
API: https://meeting.zoho.com/api/v2/{zsoid}/register/{meetingKey}.json
Method: Post
OAuth Scope: ZohoMeeting.webinar.CREATE
Params:
instanceId - Event Id
sendMail - true | false
Request Example
Copied
Request Body
Copied
Show full
Show less
Response Example
Copied
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token or Invalid token
HTTP Code: 400
HTTP Body:
Copied
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid meeting Key
HTTP CODE : 400
HTTP Body:
Copied
Resolution: Should enter a valid recording Id.
3. Invalid organization Id
HTTP CODE : 401
HTTP Body:
Copied
Resolution: Should enter a valid organization Id.