Logo
Zoom Public API Documentation

Update a base plan

PUT {{baseUrl}}/accounts/:accountId/plans/base

Update a base plan of a sub account.

This API can only be used by master accounts that pay all billing charges of their associated Pro or higher sub accounts. Zoom allows only approved partners to use master APIs and manage sub accounts' subscriptions. Email the partner programs team at partner-success@zoom.us for more details.

Prerequisites:

  • The sub account must have a Pro or a higher plan.

Scopes: billing:master

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





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

ENDPOINTS