Different plans produce different API response results

Using this template helps us debug your issues more effectively :slight_smile:

Description
A clear and concise description of what the question is.
When I run the Zoom API "Get account plan information " with the Pro plan and The response values seem to be different when I execute the same API with Enterprize.
There used to be a response schema called “plan_base” when executing the API with either plan, but as of May 2022, it is no longer present when executed with Enterprize.
Zoom developer’s API Reference does not appear to describe the specifics of that specification.
I don’t see anything about that in the Docs, is that a problem with the specs? And is there something similar in the others?
Error
The full error message or issue you are running into.
no error message. Check the value of the API response.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
OAuth.
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
“Get account plan information ([https://api.zoom.us/v2/accounts/{accountId}/plans])”
How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Execute “Get account plan information” in the Pro plan.
  2. “plan_base” of the response schema can be obtained.
  3. Execute “Get account plan information” in the Enterprize plan
  4. “plan_base” of the response schema cannot be obtained, “plan_bundle” can be obtained instead.
    Screenshots (If applicable)
    If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

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