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

Request Body

{"meeting_id"=>"<long>", "name"=>"<string>", "save_recurrence"=>false, "overwrite"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}