Created appointments do not appear. We cannot authorize them.

Description

Good morning everyone. Your help please. We are using the Zoom API to create meetings with a business account, where we have multiple users. The API returns us positively. But the created meetings don’t appear in the account dashboard. When we use the link for the meeting, it always asks us for confirmation from the owner, but since there is no panel of any user of the account, we cannot specify it. Thankful for your help in advance.

Data
Content-Type: application/json
Authorization: Bearer tocken

{
“topic”: “topic”,
“type”: 1,
“start_time”: “2020-11-15T2:02:00Z”,
“duration”: 60,
“timezone”: “Europe/Madrid”,
“password”: “password”,
“agenda”: “agenda”,
“settings”: {
“host_video”: 1,
“participant_video”: 1,
“cn_meeting”: 1,
“in_meeting”: 1,
“join_before_host”: 1,
“mute_upon_entry”: 1,
“watermark”: 1,
“use_pmi”: 1,
“approval_type”: 1,
“registration_type”:1,
“audio”: “ss”,
“auto_recording”: “ss”,
“enforce_login”: 1,
“registrants_email_notification”: 1
}
}

Hey @doctores.covid,

Thank you for reaching out to the Zoom Developer Forum. Are you using JWT or OAuth authentication? The first thing that I would check is that the user you are creating the meeting for is the same user that you are logged into the Zoom portal as.

If this doesn’t help, please send an email to developersupport@zoom.us with a link to this thread as well as the full endpoint, including the userId, that you’re using for this request.

Thanks,
Max

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