Hello, I am looking for a way to update a Zoom meeting confirmation email
subject and its body using Zoom API.
The meeting approval type is “auto-approval”, so Zoom Web Portal provides a way to update a Zoom meeting confirmation email manually, but it seems there is no way to update it via Zoom API.
Does anyone know how to achieve it? Or such feature is not provided on Zoom API?
API Endpoint(s) and/or Zoom API Event(s)
post /users/{userId}/meetingspatch /meetings/{meetingId}
I thought the above endpoints would provide a confirmation email update option, however it seems not.
Description
Here are some additional information which could help solve my problem.
- Target meetings are hosted by a cust-created user
- Target meetings’ approval type is 0 (auto-approval)