Not able generate ZAK getting error 124 Invalid Access Token

Description
I’m trying to get ZAK using API with JWT authorization

Error
124 Invalid Access Token

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/users/{mail}/token

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. https://api.zoom.us/v2/users/{mail}/token
  2. Added Authorization = Bearer + “JWT”
    3.Added Body(JSON): {“type”:“zak”}

Screenshots (If applicable)

Hi @saigopal,

Can you confirm that you’re passing the value of your JWT App’s API key, and not an SDK App’s key?

Thanks,
Will

Hi @will.zoom
I did use the same JWT, which I used to create a meeting and it worked fine.
I have a another query. I need to create users without a email verification, can you help me with that.
Thanks

Hey @saigopal,

This API endpoint requires the use of a User Level OAuth app so that the user is able to authorize the inherent access to their account involved here.

If you wanted to create users without verifying their email, you would want to create an API user by using the custCreate action with our Create a User API. However, this option is currently only available to ISV customers.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

Hi @MaxM
I see ISV plans are @ $5k/month. Can I create user custCreate with a PRO plan? As, we cannot afford a ISV plan just to create user’s. Is there any workaround that I can know about?
Thanks

Hey @saigopal,

The cost of the plan can vary but it’s definitely a step up in complexity and cost when compared to a typical Zoom Meetings plan. Unfortunately, we don’t have a method to create these API only users with a typical plan.

What’s your use case for creating users that don’t have to be verified via email?

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.