Logo
Zoom Public API Documentation

Create a meeting template from an existing meeting

POST {{baseUrl}}/users/:userId/meeting_templates

Create a meeting template from an existing meeting.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/users/:userId/meeting_templates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"meeting_id":"\u003clong\u003e","name":"\u003cstring\u003e","save_recurrence":false,"overwrite":false}'

ENDPOINTS