cancel
Showing results for 
Search instead for 
Did you mean: 
The Zoom Community will be placed in read-only mode January 9th, 2026 through January 22nd, 2026 to deliver you a new and improved community experience!

The community will still be accessible, however, the creation of any new discussions or replies will be temporarily unavailable. We appreciate your patience during this time.

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