kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

fix user_status_update endpoint #474

Open tehnuge opened 3 months ago

tehnuge commented 3 months ago

Originally I was not able to use this endpoint successfully. According to the Zoom API docs here, this endpoint requires an action key to activate/deactivate users.

kyleboe commented 3 months ago

Good catch! Would you update the tests around this endpoint as well, thanks! I'll approve and cut a new version after that. 👍

tehnuge commented 3 months ago

@kyleboe I'm having a bit of trouble running the test suite on my current machine but I believe I made the correct adjustments - could you take a look?