Zoom Plan Usage

Hi,

I have been using Get plan usage API (Zoom Meeting Master Account API) for my development work.

I found one response which includes a bundle plan. snippet of the JSON response looks like:


“plan_bundle”: {
“type”: “ACT-ENT-LMT_500-WBN_500-T_3-yearly”,
“hosts”: 1200,
“active_hosts”: 4000,
“bundled_plans”: [
{
“type”: “enterprise_yearly”,
“hosts”: 4000,
“usage”: 3106,
“pending”: 0
},
{
“type”: “large500_yearly”,
“hosts”: 4000,
“usage”: 2,
“pending”: 0
},
{
“type”: “webinar500_yearly”,
“hosts”: 4000,
“usage”: 1755,
“pending”: 0
}
]
}

I have few doubts here:

  1. What is “active_hosts” and “hosts”?
  2. How the hosts in “bundled_plans” arrays related to hosts or active_hosts for the top level type “ACT-ENT-LMT_500-WBN_500-T_3-yearly”?
  3. Can we have multiple bundled plans?

Like

“plan_bundle”: {
“type”: “ACT-ENT-LMT_500-WBN_500-T_3-yearly”,
“hosts”: 1200,
“active_hosts”: 4000,
“bundled_plans”: [

]
},
{
“type”: “ANY TYPE1”,
“hosts”: 9000,
“active_hosts”: 2000,
“bundled_plans”: [

]
}

Thanks in advance.

Hi @kishor.shaw
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Do you still need assistance with this issue? I am happy to take a look into this if needed.

Best,
Elisa

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