Description
last_client_version doesn’t seem to be updated frequently
Error
I update my own Zoom client to 5.0 on Monday 4/27/2020. I ran a report today (Wednesday 4/29/2020) in java using the REST API and getting the last_client_version object for each user. For my profile, it returns 4.6.20033.0407(win) which was the old version. I am currently running 5.0. I have closed out of Zoom, restarted, and have started meetings as the presenter since I updated to 5.0. Can you tell me how often that object is updated? We are trying to make sure all our users are upgraded to 5.0.
Thanks.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
REST API
Which Endpoint/s?
I start by getting users from the main account:
https://api.zoom.us/v2/users
Then I cycle through the subaccounts and get users from there:
https://api.zoom.us/v2/accounts/accountID/users
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request a user via REST API and see if the last_client_version matches
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
One screen shot shows my Zoom console and shows I have 5.0 installed.
The other screen shot shows the data that exported to Excel from the API and shows version 4.6.20033.0407(win)
Thanks.
Adam