JWT for different scopes

Is your feature request related to a problem? Please describe.
JWT token auth is only supported on a single set of secrets for the entire account, at the admin level.

Describe the solution you’d like
We would like to use JWT auth for a server side process that is scoped to much smaller access, potentially as far as a single user level.

Describe alternatives you’ve considered
OAuth user level token renewals. It’s working, but was significantly harder to deal with and requires storing auth tokens and renewal tokens, even with a stateless/ server less app.

2 Likes

I am also interested in this functionality. I want to reduce scope since I don’t need admin level info all the time and would love to filter out the noise that is produced.

Here in link, zoom staff specified that

When using JWT, the API should know which user is trying to change the host and can make sure they have “schedule for” privilege

But how to add username or admin account in jwt token so that we can change host of existing meetings using Rest API ?

Is there any way to specify that things, due to permission issue not able to change host of existing meetings