Please enable JavaScript.
Coggle requires JavaScript to display documents.
Add Member(s) to Group in Zoom - Coggle Diagram
Add Member(s) to Group in Zoom
[BOT calls API to check submitter role]
https://api.zoom.us/v2/users?status=active
https://api.zoom.us/v2/roles
[If Submitter is not in Admin/ Owner role]
[User], I checked and you do not have the admin privileges' required to Create Group. I will seek appropriate approval. Proceed?
<btn> Yes
<btn> No
No
Is there anything else?
Yes
[If Submitter is in Admin/ Owner role]
Please provide Group name below:
[Single Input Text]
Mandatory *
Place Holder: Group Name
<btn> Submit
[Bot calls API to check if Group exists]
https://api.zoom.us/v2/groups
[Submit]
[Group Not Found]
[Group] not Found.
Retry?
<btn> Yes
<btn> No
No
Yes
[Group Found]
Please provide members email below to be added:
[Single Input Text]
Mandatory *
Place Holder: Multiple members to be followed by comma
<btn> Submit
[Bot calls API to check if User exists]
https://api.zoom.us/v2/users?status=active
[Submits]
[All User found]
[If Submitter is Admin/Owner]
1 more item...
[If Submitter isnt Admin/Owner]
1 more item...
[User] not Found
[User] not Found.
Retry?
<btn> Yes
<btn> No
2 more items...