Logo
Zoom Public API Documentation

Update a meeting

PATCH {{baseUrl}}/meetings/:meetingId?occurrence_id=1648194360000

Use this API to update a meeting's details.

Note: * This API has a rate limit of 100 requests per day. Because of this, a meeting can only be updated for a maximum of 100 times within a 24-hour period. * The start_time value must be a future date. If the value is omitted or a date in the past, the API ignores this value and will not update any recurring meetings. * If the start_time value is a future date, the recurrence object is required.

Scopes: meeting:write:admin, meeting:write
Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
occurrence_id
number Meeting occurrence id. Support change of agenda, start_time, duration, settings: {host_video, participant_video, join_before_host, mute_upon_entry, waiting_room, watermark, auto_recording}



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=1648194360000?occurrence_id=1648194360000' -H 'Content-Type: application/json' -d '{"schedule_for":"jchill@example.com","agenda":"My Meeting","duration":60,"password":"123456","pre_schedule":false,"recurrence":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"settings":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start_time":"2022-03-25T07:29:29Z","template_id":"5Cj3ceXoStO6TGOVvIOVPA==","timezone":"America/Los_Angeles","topic":"My Meeting","tracking_fields":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"type":2}'

ENDPOINTS