Update a base plan of a sub account.This API can only be used by master accounts that pay all billiing 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.
🟢200**Error Code:** `200`
Free trial and VIP account can't update sub plan.<br>
You do not have a subscription yet.<br>
application/json
Body
🟢204**HTTPS Status Code:** `204`<br>
Base plan updated.
🔵300**Error Code:** `300`<br>
Insufficient number of hosts for business plan type.<br>
Insufficient number of hosts for education plan type.<br>
Plan types do not match, oldPlanType: {oldPlanType} newPlanType: {newPlanType}.<br>
🟠400**HTTP Status Code:** `400`<br>
**Error Code:** `2100`<br>
This sub account is on self pay mode.<br>
Cannot makes updates when account is subscribed to a bundle plan.<br>
This account is not under a free trial plan.<br>
The account currently has {0} paid
🟠404**HTTP Status Code:** `404`<br>
**Error Code:** `1001`<br>
User does not exist.
**Error Code:** `2001`<br>
Account does not exist: {subAccountId}.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://api.zoom.us/v2/accounts//plans/base' \
--form'hosts=""' \
--form'type=""'