Getting 500 Error - User Creation

Hi There,

I am trying to create new meeting through Postman. Here is the call details:

POST {{baseUrl}}/users//meetings

Body:
{
“topic”: “Daily Session of 2021-04/SKG/002/B1100”,
“type”: “8”,
“start_time”: “2021-04-19T17:00:00Z”,
“duration”: “75”,
“schedule_for”: “Daily Class”,
“timezone”: " Asia/Kolkata",
“password”: “string”,
“agenda”: " Daily Class",
“recurrence”: {
“type”: “1”,
“repeat_interval”: “90”,
},
“settings”: {
“host_video”: “false”,
“participant_video”: “false”,
“cn_meeting”: “false”,
“in_meeting”: “true”,
“join_before_host”: “false”,
“mute_upon_entry”: “true”,
“watermark”: “false”,
“use_pmi”: “false”,
“approval_type”: “false”,
“registration_type”: “1”,
“audio”: “cloud”,
“auto_recording”: “both”,
“enforce_login”: “false”
}

Getting following error

<title>Error - Zoom</title>

500 Internal Server Error - A generic error message, given when no more specific message is suitable.

Hey @ksarkar,

Thank you for reaching out to the Zoom Developer Forum. Please make sure that you are using a Content-Type of application/json and that you are sending the POST data as a raw JSON body.

Let me know if that helps.

Thanks,
Max

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