GET {{baseUrl}}/users/:userId/meeting_templates
List available meeting templates for a user. For user-level apps, pass the Scopes: Rate Limit Label: me
value instead of the userId
parameter.meeting:read
,meeting:read:admin
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>"
} |
ENDPOINTS