Logo
Zoom Public API Documentation

Update an account's additional plan

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

Use this API to update a sub account's additional plan.

This API can only be used by Master accounts that pay all billing charges of their associated Pro or higher sub accounts. Zoom only allows approved partners to use Master APIs and manage sub accounts' billing information. 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 sub account 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




RESPONSES

status OK





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

ENDPOINTS