Can a User-Managed app using OAuth 2.0 create meetings for multiple users in a account?

Description
Is it possible for our User-Managed app to create meetings for any user part of a connected account, if the connected account is an admin?

This works when using “me” but not when using the email of a user in the account.

Error
Received error 400 Bad Request from https://zoom.us/v2/users/first%domain.com/meetings response = {“code”:4700,“message”:“Invalid access token, does not contain scopes: [zms:meeting:write, meeting:write:admin]”}END_CUSTOMER_ALERT
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
zoom.us/v2/users/

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

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @fred,

Thanks for reaching out, unfortunately, you can only create meetings for yourself and not others using a user-managed app. To create meetings for others your app needs to be an Account level app.

Thanks
Michael

1 Like

Thanks Michael - it makes sense.

Thanks Michael!

Let us know if you have any additional questions @fred!

-Tommy