Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-11-11 05:06 AM
Hi all,
I'm trying to update user setting using PATCH to user setting with Zoom API. I'm receiving this Message with status code 400:
b'{"code":1253,"message":"You need to set the \\"Customer Managed Key\\" firstly."}')
I'm not using Managed Key in my account.
The flow is:
- Add user via API. Result: OK
- Read user settings by user id. Result: OK
- Modify license json and PATCH user setting: Result: 400
What can i do?
Thanks,