Can I access the existing user data using Zoom API

Description
Hello,
I am implementing Zoom Web SDK and API using OAuth 2.0 in an application.
Is it possible to get existing user data who’s logged in using my application, specifically their scheduled meeting in Zoom?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
GET: /users/{userId}/meetings
GET: /meetings/{meetingId}

Thanks & Regards
Ajay Pandey

Hey @ajay.pandey,

This is definitely possible—I’d recommend using the /me context that we reference in our OAuth documentation to get this data.

Hope this helps!
Will

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.