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

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"templates":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cinteger\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cinteger\u003e"}],"total_records":"\u003cinteger\u003e"}