Hello,
we built a marketplace app and use it to sync users for our customers. It works for a long time already.
We noticed that for one of our customers the sync fails due to reaching the API quote limit. We had a deeper look and noticed that we suddenly get 67.211 users back from the API. Last successful sync (7 days ago) gave us 62 users.
What’s weird is that many users seem to be created in an automated way as they are duplicates with a timestamp in their email (e.g. sth like user.example+1698089994999.786@example.org). I often saw that the ID of such a user starts with a dash. That might be a coincident, not sure.
We don’t see these kind of users for other customers. Please tell me, is that special API behaviour we need to handle from Zoom? Or is it really something in the customers account?
We already informed the customer about it to have a deeper look themselves.