Skip to main content
POST
/
v4
/
meeting-type-template
/
assign
/
{templateId}
Assign host to meeting type template
curl --request POST \
  --url https://api.example.com/v4/meeting-type-template/assign/{templateId} \
  --header 'Content-Type: application/json' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --data '
{
  "userId": "<string>"
}
'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

templateId
string
required

Template ID

Body

application/json
userId
string
required

Response

201 - undefined