Thank you for reaching out to the Zoom Developer Forum. This isn’t obvious but with this API and OAuth you’ll want to use the /me context with this API and let me know if that helps.
Hey @MaxM thanks for the response. What I’m trying to do is retrieve all of the recordings for the entire account not just for the authenticated user. When I call to users/me/recordings it works, no authentication error, but I also get nothing because the admin user that I’m authenticated with doesn’t have any recordings. So it seems to only be pulling the authenticated user’s stuff only.
Any ideas how I go about actually getting the data I need?
Using an Account Level OAuth app with your Account ID for the List Recordings of Account API should be what you need here. Try using the /me context with the List Recordings of Account API instead to see if that provides the response you expect.
@GigaOm Thank you for sharing what worked for you! If you would like this feature to be considered for non-isv accounts in a future release, I recommend posting in the #feature-requests category.