Description
I am trying to access the following API for creating a user
with my account but am repeatedly getting this error :
Error
{
“code”: 1001,
“message”: “User 1jyYlh8wRBOrMjRNt2iuJQ not exist or not belong to this account.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/meeting
How To Reproduce (If applicable)
Steps to reproduce the behavior:
POST https://api.zoom.us/v2/users/1jyYlh8wRBOrMjRNt2iuJQ/meetings
Headers:
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6InRZVVZ5VXVPUzZ1eEZqYU0wS3BjaUEiLCJleHAiOjE1ODU5ODQwMTEsImlhdCI6MTU4NTM4MjgxMn0.hlhaJA0lPcNkileYd0TUjlT32Ql4X-6WNfzPaJAK898
Content-Type: application/json
Body:
{
“agenda”: “test”,
“duration”: 30,
“password”: “test”,
“settings”: {
“approval_type”: 0,
“audio”: “voip”,
“auto_recording”: “cloud”,
“cn_meeting”: false,
“enforce_login”: true,
“host_video”: true,
“in_meeting”: true,
“join_before_host”: true,
“mute_upon_entry”: true,
“participant_video”: false,
“use_pmi”: false,
“watermark”: false
},
“timezone”: “Asia/Kolkata”,
“topic”: “test”,
“type”: 1
}