How to generate new ZAK for scheduled_for (sub account) account?

Description
I have scheduled meeting for sub account, using scheduled_for parameter. Meeting is scheduled to be start on next day. So by then, ZAK would be expired (2 hours expiry time). So how can we re-generate ZAK for that scheduled_for user, so that he/she can start meeting without login.

I do not have API/Secret key for the other account. I am using JWT app to create meetings for sub accounts.

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

Which Endpoint/s?
https://api.zoom.us/v2/users//token?type=zak

Hi @k3.jignesh, when you use the Get Meeting API, it will return a start_url with a new token. This can be authenticated using the same method as the meeting creation.

1 Like