How to Update an expired refresh-token for OAuth App?

API Endpoint(s) and/or Zoom API Event(s)
*https://zoom.us/oauth/tokenRequest

Description
The app is not able to update the refresh-token for an account because existing refresh-token is expired. We don’t want our customer to authorise it again so is there any way to update the expired refresh-token ?

Error?
{"error" => "invalid_grant", "reason" => "Invalid Token!"}

How To Reproduce
Steps to reproduce the behavior:
*1. https://zoom.us/oauth/tokenRequest
*2. OAuth
*3. {"error" => "invalid_grant", "reason" => "Invalid Token!"}

Hi @jatinder.braich
thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Unfortunately, if the refresh-token is experienced or you do not have it available, the only way would be to have your customer reauthorize the app again.

Hope this helps,
Elisa