Create a meeting - Meetings - Zoom API - API Reference

Description
I am trying to create a meeting in " https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate " send a test request in https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate#send-a-test-request

Error
{
“code”: 300,
“message”: “Country code string is not available for host: UtM6nxzyRNKfre8yZegSbQ.”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
i used OAuth

I manually created a meeting and could get a jason return using
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting

give me a solution to finish this and integrate to the system.

create meeting json:

{
“topic”: “test meeting”,
“type”: “1”,
“start_time”: “2021-02-24T14:30:00Z”,
“duration”: “40”,
“schedule_for”: “email”,
“timezone”: “Asia/Singapore”,
“password”: “string”,
“agenda”: “string”,
“recurrence”: {
“type”: “1”,
“repeat_interval”: “2”,
“weekly_days”: “string”,
“monthly_day”: “2”,
“monthly_week”: “3”,
“monthly_week_day”: “2”,
“end_times”: “2”,
“end_date_time”: “2021-02-28T15:30:00Z”
},
“settings”: {
“host_video”: “false”,
“participant_video”: “false”,
“cn_meeting”: “false”,
“in_meeting”: “false”,
“join_before_host”: “false”,
“mute_upon_entry”: “false”,
“watermark”: “false”,
“use_pmi”: “false”,
“approval_type”: “0”,
“registration_type”: “2”,
“audio”: “string”,
“auto_recording”: “string”,
“enforce_login”: “false”,
“enforce_login_domains”: “string”,
“alternative_hosts”: “string”,
“global_dial_in_countries”: [
“US”
],
“registrants_email_notification”: “true”
}
}
if i have to purchase licenses will “PRO” be enough for change country?

Hi @Delon,

Thanks for reaching out about this.

To clarify, are you on a free/basic account? If so, I believe this is why you’re getting this error as basic plans don’t support telephone dial-in options.

If you add a paid license (Pro or higher), this should resolve the issue.

Thanks,
Will

HI @will.zoom
Thanks for attending on this matter. Sure,we will purchase Pro for development.

Thanks,
Delon

No problem, happy I could help clarify @Delon :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.