Logo
Zoom Public API Documentation

Subscribe account to an additional plan

POST {{baseUrl}}/accounts/:accountId/plans/addons

Subscribe a subaccount to a Zoom add-on plan.

Only master accounts that pay all billing charges of their associated Pro or higher sub accounts can use this API.

Zoom only allows approved partners to use Master APIs and to manage billing information for subaccounts. Email the partner programs team at partner-success@zoom.us for more details.

Prerequisites: * A Pro or a higher plan with the Master account option enabled. * The subaccount must be a paid account whose billing charges are paid by its Master account.

Scopes: billing:master

Rate Limit Label: HEAVY

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "plan_audio": { "callout_countries": "<string>", "ddi_numbers": "<integer>", "premium_countries": "<string>", "tollfree_countries": "<string>", "type": "<string>" }, "plan_base": { "type": "<string>", "hosts": "<integer>", "increasing_hosts": "<integer>" }, "plan_large_meeting": [ { "type": "<string>", "hosts": "<integer>" }, { "type": "<string>", "hosts": "<integer>" } ], "plan_phone": { "plan_base": { "callout_countries": "<string>", "type": "<string>" }, "plan_calling": [ { "hosts": "<integer>", "type": "<string>" }, { "hosts": "<integer>", "type": "<string>" } ], "plan_calling_addons": [ { "hosts": "<integer>", "type": "<string>" }, { "hosts": "<integer>", "type": "<string>" } ], "plan_number": [ { "hosts": "<integer>", "type": "<string>" }, { "hosts": "<integer>", "type": "<string>" } ] }, "plan_zcc": { "plan_package": { "callout_countries": "<string>", "type": "<string>" }, "plan_usage": [ { "hosts": "<integer>", "type": "<string>" }, { "hosts": "<integer>", "type": "<string>" } ], "plan_phone_number": [ { "hosts": "<integer>", "type": "<string>" }, { "hosts": "<integer>", "type": "<string>" } ] }, "plan_recording": "<string>", "plan_room_connector": { "type": "<string>", "hosts": "<integer>" }, "plan_webinar": [ { "type": "<string>", "hosts": "<integer>" }, { "type": "<string>", "hosts": "<integer>" } ], "plan_zoom_events": [ { "type": "<string>", "hosts": "<integer>" }, { "type": "<string>", "hosts": "<integer>" } ], "plan_zoom_rooms": { "type": "<string>", "hosts": "<integer>" }, "plan_sdk_cmr": { "type": "<string>", "hosts": "<integer>" }, "plan_whiteboard": { "type": "<string>", "hosts": "<integer>" }, "plan_whiteboard_plus": { "type": "<string>", "hosts": "<integer>" }, "plan_zoom_iq": { "type": "<string>", "hosts": "<integer>" }, "plan_bundle": { "type": "<string>", "hosts": "<integer>" }, "plan_zoom_one": [ { "type": "<string>", "hosts": "<integer>" }, { "type": "<string>", "hosts": "<integer>" } ], "plan_zwr": { "type": "<string>", "hosts": "<integer>" }, "plan_ztransl": { "type": "<string>", "hosts": "<integer>" }, "plan_zsched": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<integer>", "discount_percent": "<integer>" }, "plan_znode": { "plan_znode_base": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" }, "plan_zphybrid": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" }, "plan_zmhybrid": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" }, "plan_mchybrid": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" }, "plan_rchybrid": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" } }, "plan_mesh": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<number>", "discount_percent": "<number>" }, "plan_workforce_management": { "type": "<string>", "hosts": "<integer>", "partner_sku": "<string>", "discount_rate": "<integer>", "discount_percent": "<integer>" } }



Curl
curl -X POST 'https://api.zoom.us/v2/accounts/:accountId/plans/addons' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"hosts":"\u003cinteger\u003e","type":"\u003cstring\u003e","paid_period_start_date":"\u003cstring\u003e","service_effective_date":"\u003cstring\u003e"}'

ENDPOINTS