Zoom · Arazzo Workflow
Zoom Meeting Registration
Version 1.0.0
Create a registration-required meeting, register an attendee, and list registrants.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
register-attendee-for-meeting
Create a registration meeting, add a registrant, and confirm the roster.
Calls createMeeting with registration enabled, addMeetingRegistrant to enroll one attendee, and listMeetingRegistrants to confirm the registrant appears in the approved roster.
1
createMeeting
createMeeting
Schedule a meeting with registration required (registration_type 1 and approval_type 0 for automatic approval).
2
addRegistrant
addMeetingRegistrant
Register the supplied attendee for the meeting and capture the registrant id and personal join URL.
3
listRegistrants
listMeetingRegistrants
List the approved registrants for the meeting to confirm the new attendee is present.