Logo
Zoom Public API Documentation

List meeting templates

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

List available meeting templates for a user. For user-level apps, pass the me value instead of the userId parameter.

Scopes: meeting:read,meeting:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "templates": [ { "id": "<string>", "name": "<string>", "type": "<integer>" }, { "id": "<string>", "name": "<string>", "type": "<integer>" } ], "total_records": "<integer>" }



Curl
curl -X GET 'https://api.zoom.us/v2/users/:userId/meeting_templates' -H 'Accept: application/json'

ENDPOINTS