POST /users/{userId}/meetings

Description
How do I specify the userid ?
I got the userid via the “users” call, but it replies
{“code”:1001,“message”:“User does not exist: sample@example”}
I also tried the email address of the user, same error.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Postman with JWT token
Which Endpoint/s?
Postman with JWT token

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

  1. Request URL / Headers (without credentials) / Body
    https://api.zoom.us/v2/users/sample@example/meetings

Hi @raimund,

When you call the List Users endpoint, is the user in question returned in the response? Are you able to locate this user in the Zoom web portal?

Additionally, can you ensure that the JWT token you’re using is definitely associated with the account under which this user exists?

Let me know!
Will

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