cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

Code: 1001 message: 'User does not exist: ZOOM_ID.'

Ranjan219
Newcomer
Newcomer

The User that is already registered and is associated to a zoom_id is shown error and unable to create a meeting using error code 1001. The message is shown as :

data: {
        code: 1001,
        message: 'User does not exist: ZOOM_ID.'
}

METHOD: POST

App Type: JWT
Account Type: Basic

Create a Meeting
POST #  https://api.zoom.us/v2/users/${ZOOM_ID}/meetings

 

#PAYLOAD

{
topic: topic,
type: '2',
start_time: time,
duration: duration,
timezone:timezone,
password: password,
agenda: agenda,
settings: {
host_video: 'true',
participant_video: 'true',
cn_meeting: 'false',
in_meeting: 'false',
join_before_host: 'true',
mute_upon_entry: 'false',
watermark: 'false',
use_pmi: 'false',
waiting_room: false,
approval_type: '2',
audio: 'voip',
auto_recording: 'none',
enforce_login: 'false',
registrants_email_notification: false,
},
},
{
headers: {
'Content-Type': 'application/json',
Authorization: JWT_KEY,
},
}

 

0 REPLIES 0