Error: Zoom Phone has not been enabled for this account

Description
I am using OAuth App for the authentication of Zoom API and after the authentication of Client ID and Client Secret, a new access token has been provided, after that I call this endpoint (https://api.zoom.us/v2/phone/users/me/sms/sessions), but I get the error “Zoom Phone has not been enabled for this account.”

Error
{

"code": 2031,

"message": "Zoom Phone has not been enabled for this account."

}

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

Which Endpoint/s?
https://api.zoom.us/v2/phone/users/me/sms/sessions

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

  1. Client ID and Client Secret Authentication
  2. Provision of Access Token
  3. Call endpoint
  4. Getting Error (Zoom Phone has not been enabled for this account)

Screenshots (If applicable)

Additional context
The above mentioned endpoint is also called with user email instead of me. But still getting the same error.

Hi there! @talha.kavtech

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Could you please confirm if you have a phone license in your account?

Cheers,
Elisa

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