Zoom Phone Recordings API returning empty response

API Endpoint(s) and/or Zoom API Event(s)

Description
In spite of I have some recordings, /phone/users/me/recordings endpoint returns following response.

{
  next_page_token: '',
  page_size: 300,
  total_records: 0,
  from: '2023-09-11',
  to: '2023-10-11'
}

When I use /phone/recordings, I can get all user’s recordings including my recordings.
How can I fetch my recordings from /phone/users/me/recordings endpoint?

@SALESCORE ,
Thank you for posting in the Zoom Developer Forum! Can you confirm if this issue is specific to your recordings only? Have you been able to successfully retrieve recordings for other users? Additionally, have you tried using your email address instead of me during your testing?

1 Like

Hi Donte! Thanks for your reply.

Solution
After I added my account to Access Manage Member List in my user policy, I can extract my recordings by API.

I wonder why I should include my account in member list to fetch my recordings… but anyway, I can solved this issue. Thanks!

@SALESCORE,

Good to hear @SALESCORE ! And thank you for sharing the soultin for the developer forum. Should you need any additional questions, please let us know.