Description
We’re creating a user through the API but randomly, it seems like the user wasn’t isn’t created and we can’t access it as well.
This happens in a random way, but when it happens (not frequent to worry about but when it happens, it bothers a lot because we need to act on something the API does automatically =/), basically we can see the user listed but we can’t interact with it, for example, detail it, access, etc.
Error
Which Endpoint/s?
v2/user
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Create the user using the v2/user endpoint with the custCreate action.
Strange, thanks for reaching out about this! Happy to help investigate.
Is it possible to share an example of one of the requests you send that generated this error? And to clarify, is the screenshot above from the browser?
Lastly, when this happens, are you sending a lot of requests in a short amount of time?
To clarify, do you mean that when querying the user via the API, it doesn’t exist, and when accessing the user via the UI you are seeing the error as well? I ask because after using custCreate, you should be able to access the user via the API.
I also want to confirm that the screenshot included in your initial post is the error that you encounter when you click the username from the Zoom portal? When you query this user via the API, do you also get an error?
Please confirm these details when you can—thanks!
Will
At first, we create the user through the API and we can see it while listing the users (we can see the user also inside the Zoom’s dashboard) but either through the API or dashboard, when we try to access the user, it seems like it doesn’t exist and it seems to be locked in a way we can’t delete or recreate it with the same e-mail so we need to recreate it with another email.
About the second question, the screenshot is from the zoom’s dashboard.