Zoom · Arazzo Workflow
Zoom Provision and Confirm a User
Version 1.0.0
Create a Zoom user and read the new user back to confirm provisioning.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
create-and-get-user
Provision a Zoom user and confirm by reading it back by id.
Calls userCreate to provision the user, then userGet with the returned id to confirm the persisted account details.
1
createUser
userCreate
Provision the user account and capture the returned user id.
2
getUser
userGet
Read the new user back by id to confirm the persisted account.