Failed with status code 400 and body {"code":403,"message":"You do not have permission."}

Description
I am trying to get phone numbers records using next api: https://api.zoom.us/v2/phone/numbers?type=all&page_size=50, but get an error in response.

Error
Failed with status code 400 and body {“code”:403,“message”:“You do not have permission.”}

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

[Which Endpoint/s?]
https://api.zoom.us/v2/phone/numbers?type=all&page_size=50

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL endpoint (using postman) using OAuth authorization with access token.
  2. See error in response

Additional context
My app has a phone:read:admin right access. What am I doing wrong? Maybe i need to enable some security rights in account settings?

Hi, @zoom_dev_sandbox.

Welcome to the Developer Forum – happy to help. First, can you share if you have Zoom Phone account settings enable? To set these permissions, go to the Zoom Web portal > User management > Roles > Advanced features section:

Hi donte.S. Yes, both ‘view/edit’ options in ‘Zoom Phone’ section are enabled

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