cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 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.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Invalid Access Token 124 code

rick1990
Newcomer
Newcomer

I am trying to use the Api to add a meeting registrant but getting the error invalid access token 124 when I do so. My JWT token works for many of the Api calls even the ones that it says oAuth on but not for these

https://api.zoom.us/v2/meetings/{meetingId}/batch_registrants
https://api.zoom.us/v2/meetings/{meetingId}/registrants
 
Is there any way to use these apis without setting up oAuth?

My end goal is to add and remove registrants via api depending on whether or not they have paid a subscription fee for my website. I have a list of email addresses I want to register but no way currently to add them via the api. Could anyone help here?

Here is some example code that gives me the error rick1990_1-1650331199500.png
 
rick1990_0-1650331237208.png

note I have replaced the real email /first last name for privacy on this fourm. I am testing using a real account.

1 REPLY 1

tommy-thuy
Newcomer
Newcomer

Same my issue