Zoom · Arazzo Workflow
Zoom Onboard a User With a First Meeting
Version 1.0.0
Provision a new user and schedule their first meeting in one flow.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
onboard-user-with-meeting
Create a user, schedule their first meeting, and confirm it.
Calls userCreate to provision the user, createMeeting to schedule a meeting hosted by that user, and getMeeting to confirm the persisted meeting.
1
createUser
userCreate
Provision the new user and capture the returned user id.
2
createMeeting
createMeeting
Schedule the user's first meeting, using the new user id as the meeting host path parameter.
3
confirmMeeting
getMeeting
Read the created meeting back to confirm it was scheduled for the user.
Source API Descriptions
openapi