We’ll planning to publish our SaaS Application in Zoom Marketplace.
But we have question about deauthorization.
I’m glad to make them clear.
When our application receive deauthorization request from zoom,
which data should be deleted.
we have data about zoom below.
・ Recording Data
・Meetings UUID
・ meeting poll
・Zoom UserID
・access token and rereshToken
1 Like
When your application receive deauthorization request from zoom, you should need to delete the User-specific data: Recording data, meeting poll results, and Zoom UserID.
Authentication tokens: Access token and refresh token.
@qrcodescanner.us
thank you for replying.
So We must delete everything data below?
・ Recording Data
・Meetings UUID
・ meeting poll
・Zoom UserID
・access token and refresh token
1 Like
Yes you should to delete all
1 Like
@qrcodescanner.us
thanks.
We also have question.
Some users belong to one tenant in our application.
1 user download cloud recording. And then , other users can watch cloud recording. meeting poll and is same.
if 1 user delete App in Zoom marketplace and deauthorization request send to us, should we delete all linking to tenant?
1 Like
Yes, if a user deletes the app and sends a deauthorization request, you should delete all links to that tenant to ensure compliance with data privacy and security practices. This helps maintain a clean and secure environment for the remaining users.