Zoom · Arazzo Workflow
Zoom Resolve a User by Email
Version 1.0.0
Look up a user by email address and fetch their full profile by id.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
resolve-user-by-email
Find a user by email and fetch the full profile by id.
Calls userGetbyemail to resolve the user id from an email address, then userGet to read the full profile.
1
lookupByEmail
userGetbyemail
Resolve the user id from the supplied email and login type.
2
getProfile
userGet
Read the full user profile back using the resolved id.