Post https://zoom.us/v2/users/:userId returning 404

We were using Post https://zoom.us/v2/users/:userId api for past two years in out project and it was working fine, but since yesterday 23/october/2023 Wednesday we are 404 error on this api.
I am also unable to see this api in zoom api document.
Can anyone from zoom team confirm if this API is deprecated or there is some change in api calling method.

1 Like

Hi @zawar.ahmed the endpoint still exists but it is a PATCH request: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/userUpdate

Hi @gianni.zoom, is this api recently deprecated? because we are using this for quite some time and it has started failing recently.

Hi @zawar.ahmed , meaning you were using it as a POST request before successfully? I am not sure and I don’t see a history of that on the changelog: https://devsupport.zoom.us/hc/en-us/sections/11628414630925-Zoom-One-Meetings-Team-Chat-More-

I checked the history of the API schema on Postman as well and I’ve only ever seen it as a PATCH request: Postman

If you previously used POST, it may have been unexpected behavior.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.