ZOOM User Addition & Deletion Integration with Freshservice

We wish to use Zoom API version 2 with our ITSI system Freshservice.

When HR initiates joiner or Leaver process for when an employee joins leaves our company then that should also issue account creation and account deletion for the employee over API.

We want to do this using a JWT token via zoom developer API with only account creation & deletion privileges only.

======================================

So the JWT web token has admin rights which has a lot of power, we don’t want this?

  • How we generate a JWT token with creating a user and delete user only privileges?

  • How can we see the logs for a specific token when calls are being made against a specific token?

Hi @suhailpuri,

Here are the responses to your questions:

  • How we generate a JWT token with creating a user and delete user only privileges?

Please follow the Quickstart guide for using JWT with Zoom . We have demonstrated an example to make a Retrieve User API call. You can make API calls to Create User and Delete user endpoints by replacing the uri value in the snippet.

  • How can we see the logs for a specific token when calls are being made against a specific token?

Currently, we do not have this feature available, but we can definitely consider adding this in our future roadmap. Please keep an eye on our changelog for any future updates.

Thanks!