Refresh Token Generation

I’m planning to use OAuth User-level app. I learnt that I need to store refresh tokens to generate access token later.
My question is whether a single refresh token is enough for all the users in an user-level app or do I need to save the refresh token corresponding to that user? ie. let X and Y have both integrated my user-level app in zoom. They both will receive refresh token and access token. Assume they are hosting 2 different meeting either simultaneously or not. I need to obtain the meeting details of both X and Y.
So if I want to call API on behalf of X , can I use the token that was generated while Y had authorised my app. Do I need to save token as user specific?

Thanks

Hey @chriztophermoriarity,

Thank you for reaching out to the Zoom Developer Forum. When you are using a User-Level OAuth app, you’ll want to retain the access_token and refresh_token for each user.

Let me know if that helps.

Thanks,
Max

Thanks a million!!!

Hey @chriztophermoriarity,

I’m glad that helped! I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Thanks,
Max