GET /users/{userId}/meeting_templates

Use this API to list meeting templates that are available to be used by a user.

Scope: meeting:read or meeting:read:admin

Rate Limit Label: Medium

Servers

Path parameters

Name Type Required Description
userId String Yes

Unique identifier of the user. Retrieve the value of this field by calling the List users API.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.