Update a user API for pending user

Using this template helps us debug your issues more effectively :slight_smile:

Description
I would like to update a pending user’s user detail data via API.
I tried out Update a user API: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userupdate , but it did not work for pending user.

Is there any work around way to update pending user info?

Error
na

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
PATCH /users/{userId}

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create a user with Create user API.
  2. Call Update a user API with the created user ID returned in Step1 response.

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