How to add more than one (existing) User, at a time, to a new Zoom App?

We have an Enterprise license on our Production Account. We maintain over 3000 users / rooms, in 20+ Groups. Each User is a placeholder (not an actual person), to maintain continuous room availability, within each Group. Our goal is to add most, if not all, of our Users to a new Zoom App.

The Zoom App has no user interface. Its purpose is to send meeting.started, meeting.ended, meeting.rtms_started, and meeting.rtms_stopped to a webhook consumer. The Zoom App is meant for “internal” use only. At this time, we have no intention to publish or monetize it.

I am testing against a secondary Account, with a lower licensing level (Business), that we maintain for the purpose of testing (API calls, Zoom Apps, etc).

The Problem: How to add more than one (existing) User, at a time, to our new Zoom App.
We need to add over 3000 users…

Using “Apps on account”, I can select my Zoom app.
I can then select “Users and Groups”, and click on the + Add Users button.

  • When I add individual users, everything works as desired.
  • Attempting to add All Users fails silently, with the User list unchanged.
  • Attempting to add a Group appears to work, but the members of that Group don’t receive the meeting.started or meeting.ended events.

Adding Groups to the Zoom App would be ideal, but as stated above, this appears to work, but doesn’t grant Group members the same access as adding an individual User (to the Zoom App).

Given that your (Beta) interface, for adding Users or Groups to a Zoom App, includes “All Users” (silently fails) and “Groups” (appears to succeed, but fails), it would appear to be on your development radar…

Are there any other options? (bulk load, API, etc…)

Is the structure or licensing of the secondary test Account the problem?

Or, is our RTMS trial period, ending again (on the test account), preventing us from adding All or Groups? (noticed that I can’t add all of the RTMS scopes to a new app, but the existing RTMS apps continue to work)

Thanks.

Hi @Bill3 ,

Not sure if you are using the interface zoom.us or API.

Bulk loading is shown here and for a one-off, I would use this.

API To create users, one at a time, but you can loop. This also gives the limits

https://developers.zoom.us/docs/api/users/ma/#tag/users/post/accounts/{accountId}/users

RTMS will have no affect on this.

all the best

John

Hi John,

Thank you for the information, but adding / creating users is not the problem.

I am operating against our secondary account (Business), used to test API calls, Zoom Apps, etc.

We have an Enterprise license on our primary account, with 3000+ users (placeholders, not people) in 20+ Groups.

Our issue is specific to adding existing Users / Groups, to a new Zoom App, via Marketplace → Manage → Apps on Account, as described in this slightly outdated document: https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0057670

I have subsequently learned that this should be working (for both Groups and All Users), so I submitted a trouble ticket to find out why it is not working on our test account. We want to sort out the issues on the test account, before starting implementation on our primary / production account.

Thanks.

Bill Clark

Granted, the actual problem could be related to user or group creation…

A setting that allows individual Users to be added to a Zoom App, but not Groups or All Users???

That’s what we’re trying to figure out.

hi @bill,

This could be an example of Zoom created the system one way and we want to use it another.

I am going to bring this up at our next meetup.
:tada: Developer Office Hours have officially resumed. Our next session will take place on Wednesday, January 28. Register here to join the session!
And we may then bounce this back to the marketplace team. I think this could be a request to upgrade.
Adding via a group seems a good feature, but may not be working as expected for you.

all the best

John

Hi John,

My expectation, when adding a Group to a Zoom App (as described in https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0057670), is that the members of that Group would be treated as though they were added to the Zoom App individually.

If that is not the case, then what is the point / purpose of adding a Group to a Zoom App?

We have most of the nuts and bolts figured out, to achieve our end goal.

Adding Groups to our Zoom App is the last hurdle to implementation.

We don’t really want to add “All Users”, but we haven’t gotten that to work either.

Our primary account has seen a lot of changes over time, shifting from partner to API minutes, and some variations in-between.

Our secondary account has been the playground for API development, so some of the Users created may not be optimal examples…

We’re just trying to figure what “should” work, and if not, what do we need to do to make it work.

Thanks.

Bill Clark

hi @Bill3 ,

I am going to find a better answer. It is something that bugs me too.

John

I am also having this issue - I posted about it in a thread a few weeks ago. Zoom App webhooks not working when app is added to group rather than individual users - #2 by amanda-recallai

Slight complication…. Is there a way to Remove a Group from a Zoom App? Not seeing a disable or remove, like the User listing.

If not, I’ll just de-populate my test group and create new one.

Tomorrow, I’ll try to add a Group via the App Listings Page (Add for Others).

If that fails, then I’ll break my App into two Apps, one for RTMS events and one for Meeting events, and see if I can successfully add a Group to the Meeting events app.

Love the Office Hours. Thanks!

1 Like

Test 1

  1. I created a new Group: Test Group 1
  2. I moved User A and User B into Test Group 1
  3. I opened the Preview App page for our RTMS App
  • The RTMS App sends the following events to a webhook: meeting.started and meeting.ended, and if RTMS is started, meeting.rtms_started, meeting.rtms_stopped
  1. I clicked on “Add for others” and added Test Group 1 to the RTMS App
  2. I scheduled a Meeting through the User A Account
  3. I joined the Meeting as a Participant (not Host): No event was received
  4. I left the Meeting (and waited for the timeout): No event was received
  5. I returned to the Preview App page for our RTMS App
  6. I clicked on “Add for others” and added User A to the RTMS App
  7. I joined the Meeting as a Participant (not Host): Received the meeting.started event
  8. I left the Meeting (and waited for the timeout): Received meeting.ended event
  9. I then removed User A from the RTMS App
  10. I joined the Meeting as the Host: No event was received
  11. I left the Meeting (and waited for the timeout): No event was received
  12. I added User A to the RTMS App again
  13. I joined the Meeting as a Host: Received the meeting.started event
  14. I left the Meeting (and waited for the timeout): Received meeting.ended event

Test 2 (removing RTMS from the equation)

  1. I created a new Group: Test Group 2
  2. I moved User X and User Y into Test Group 2
  3. I created a new General User Controlled Zoom App: MeetingOnly
  • The MeetingOnly App sends meeting.started and meeting.ended to a webhook (no added scopes)
  1. I opened the Preview App page for the MeetingOnly App
  2. I clicked on “Add for others” and added Test Group 2 to the MeetingOnly App
  3. I scheduled a Meeting through the User X Account
  4. I joined the Meeting as a Participant (not Host): No event was received
  5. I left the Meeting (and waited for the timeout): No event was received
  6. I returned to the Preview App page for our MeetingOnly App
  7. I clicked on “Add for others” and added User X to the MeetingOnly App
  8. I joined the Meeting as a Participant (not Host): Received the meeting.started event
  9. I left the Meeting (and waited for the timeout): Received meeting.ended event
  10. I then removed User X from the MeetingOnly App
  11. I joined the Meeting as the Host: No event was received
  12. I left the Meeting (and waited for the timeout): No event was received
  13. I added User X to the MeetingOnly App again
  14. I joined the Meeting as a Host: Received the meeting.started event
  15. I left the Meeting (and waited for the timeout): Received meeting.ended event

Summary:
My tests demonstrate that (when using our test account) adding a Group to a Zoom App has no noticeable effect, and that RTMS is not the issue.
Test 2 can be easily reproduced (assuming you have something to consume / log the webhook events).

BTW, after adding Test Group 2 to the MeetingOnly App, I went into Test Group 2 >> Settings >> Zoom Apps >> “Auto-open an app in meetings” only offered None.
I added User X and User Y to the MeetingOnly App, as well (added both as Users and as a Group) and “Auto-open an app in meetings” still only offered None.
Instructions: Choose an app to open at meeting start for group members. Only apps already added for group members can be selected. To add one, find it on marketplace.zoom.us and select ‘Add for Others’.

So, in the end, I’m right back where I started… Trying to find a way to add more than one User at a time, to a Zoom App.

Would “Publishing” the Zoom App solve this problem?
It’s only meant for our use, and we have no intention to monetize it (at this time), but I have seen the sweeping authorizations that can be done (via Admin) through the “App approval and authorization” pop-up, for a published app. Is there a way to publish “internally”? or other ways to invoke that interface ; )

I look forward to your thoughts.

Thanks.