Logo
Zoom Public API Documentation

Create a webinar template

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

Use this API to create a webinar template from an existing webinar.

Scopes: webinar:write:admin,webinar: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/webinar_templates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"webinar_id":"\u003clong\u003e","name":"\u003cstring\u003e","save_recurrence":false,"overwrite":false}'

ENDPOINTS