Description
I created a user via API, it appears in the list of users within the zoom platform, but when I do any interaction with his ID he returns a message that he does not exist.
Even inside the platform, if I try to access the user, it returns to me that he does not exist, even though he seems to be searching.
Thanks for reaching out! Is this user pending verification? Can you ensure that the user has received a confirmation email and finished the process to sign up? Until they do so, you may run into this error.
The user was created via API as custCreate, so he doesn’t fall into the approval flow via email. It appears in the list of users but says it doesn’t exist when I try to access it via the zoom platform or by calling via API using its ID
To be clear, 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? If so, please share the request details.
Answering the question:
"To be clear, 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? " - Yes, exactly that
“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?” - Yes, exactly that