Invalid Access Token 124 code | Community
Skip to main content
Newcomer
April 19, 2022
Question

Invalid Access Token 124 code

  • April 19, 2022
  • 1 reply
  • 2 views

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
 

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

    1 reply

    Newcomer
    June 29, 2022

    Same my issue