Description
Say a user authorizes an Oauth app with read and write permissions on Meetings. The Oauth app then creates a meeting on behalf of a user. Is there a way to prevent the user from updating/deleting the Meeting created by the Oauth app unless they do so through the Oauth apps API’s?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth
Additional context
My Oauth app needs to create meetings for users, I need to store the Meeting Id in a database record and ensure that “Allow participants to join anytime” is always enabled for the meeting. Both of these values can be modified by users via the desktop client or Zoom portal by the user. Is there someway to prevent these resources from being modified unless they are modified by my Oauth app?