"message": "User does not exist:

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

Description
I am using Postman to query the API and also to attempt to create a webinar.
I’m using the JWT as bearer token to authenticate which is fine.
I can list users without a problem. I get all the users.
I can then get a single user. Again fine.
For whatever reason when I create a webinar all I see is that the user does not exist.
The user does exist, your own API says so.

Error
“code”: 1001,
“message”: “User does not exist: pExIGUFRSVCLSyYV29Br1A.”

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

Which Endpoint/s?
https://api.zoom.us/v2/users/DONT KNOW WHAT TO USE/webinars

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

  1. post to the above endpoint.

Please reply to lyle@intrepid.studio as I am the developer working on the application.

Thanks in advance.

I beleive I’ve resolved the issue.
Strange formatting, my fauly.

Glad you were able to figure it out!