Which app to select for integration using Azure Function

Hi All,

I am trying to create an integration to Zoom using Azure Function. My goal is to be able to create webinar registrant via API. However, I don’t know which app to create to do so, as per documentation for server side better to use JWT app, but webinar registrant API requires to use OAuth and I cannot find any docs about implementing OAuth for server with Zoom. Can someone please point me to the right direction?

Thanks in advance.

Hey @oleksandr.olashyn,

You can actually use the Create Webinar Registrant with a JWT Apps, JWT Token.

Just pass the JWT Token as the Authorization Bearer:

"Authorization": "Bearer JWT_TOKEN_HERE"

Thanks,
Tommy

1 Like

Hi @tommy,

Thanks for your reply. It works perfectly. Thanks.

1 Like

You are welcome! :slight_smile:

Let us know if you have additional questions!

-Tommy