Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    List Webinar Templates

    Use this API to list a user's webinar templates. For user-level apps, pass the me value instead of the userId parameter.

    When you schedule a webinar, you can save the settings for that webinar as a template for scheduling future webinars. To use a template when scheduling a webinar, use the id value in this API response in the template_id field of the Create a webinar API.

    Scopes: webinar:read, webinar:read:admin

    Prerequisites:

    Input

    type: object properties: parameters: type: object properties: userId: type: string example: abcD3ojfdbjfg description: >- The user's ID. To get a user's ID, use the [**List users**](/docs/api-reference/zoom-api/ma#operation/users) API. For user-level apps, pass the `me` value instead of the user ID value. required: - userId title: Parameters

    Output

    type: object properties: templates: type: array description: Information about the webinar templates. items: type: object properties: id: type: string description: The webinar template's ID. example: ull6574eur name: type: string description: The webinar template's name. example: Weekly Meeting Template total_records: type: integer description: The total number of records returned. example: 1