Description
A properly formatted HTTP PUT to update a user’s email address returns 200 but does not change the email address in the console.
Error
No error.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
Users API ( /api/v2/users/ )
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- HTTP PUT https://api.zoom.us/v2/users/{userId}/email
1a. body: { “email”: “username@domain.com” } - Returns HTTP 200