How to get client id and secret for a zoom user with email?

Hi Dev,

I need to authenticate a zoom account in my web app, I have gone thorugh Zoom OAuth app documentation, It requires Client ID and Secret to use it.

How to get this Client ID and Secret of the user based on User email ? How to implement it for multiple users?

By doing this I want to get the details of user’s upcoming meetings using these details.

Thanks.