Zoom Room - API to generate Activation Code

Is there an API that regenerates the Zoom Room Activation code?

We are limiting who has access to our Zoom Room Admin portal and want our Ops team only access to regenerate Zoom Room activation code. However, that is not possible today as we need to provide full access. We also can’t use the method of only provide full access to certain rooms as the only access they should have is only regenerating activation code.

So we are looking for a way through API’s that we can generate the Zoom activation code for all the rooms, put that in a csv file, and publish so that our operations team can view at any time.

Thank you.

Hey @seric,

You can use the GET /rooms endpoint to get a list of Zoom Rooms, which includes the activation_code.

The code is good for 10 days, so once the 10 days are up, simply call the endpoint again to get the updated codes.

Let me know if that helps! :slight_smile:

Thanks,
Tommy

Thanks Tommy,

We will give that a try.

1 Like

Happy to help! :slight_smile:

Let me know if that works for you!

Thanks,
Tommy