Please enable JavaScript.
Coggle requires JavaScript to display documents.
Update Zoom Password - Coggle Diagram
Update Zoom Password
Please select option to update zoom password:
<btn> For myself
<btn> For Someone else
For myself
[BOT calls api to check if user account exists in Zoom]
GET
https://api.zoom.us/v2/users?status=active
[User Found]
Please confirm email to proceed:
Email: [Email]
<btn> Submit
[Submit]
Please enter your New Password:
[Single Line Input Text]
Placeholder: Type min 8 characters
Mandatory *
<btn> Submit
[Submit]
[BOT calls api to update password]
PUT
https://api.zoom.us/v2/users/{ID}/password
[API Success]
1 more item...
[API Failure]
1 more item...
[User Not Found]
Looks like [User] dont have access to Zoom.
Would you like to Create Access request?
<btn> Yes
<btn> No
Yes
[Calls flow: CreateZoomUser]
No
Is there anything else?
For Someone else
[BOT calls api to check if user is Zoom Admin/Owner]
https://api.zoom.us/v2/users?status=active
https://api.zoom.us/v2/roles
[If User is Owner/Admin]
Please provide email address of user:
[Single Line Input text]
Placeholder: Email Here
Mandatory *
<btn> Submit
[If User isnt Owner/Admin]
[User], it seems you are not Zoom Admin, I would send mail to End User with steps, Proceed?
<btn> Yes
<btn> No
Yes
Please provide email address of user:
[Single Line Input text]
Placeholder: Email Here
Mandatory *
<btn> Submit
Submit
[BOT calls api to check if user account exists in Zoom]
GET
https://api.zoom.us/v2/users?status=active
[User Found]
1 more item...
No
Is there anything else?