{ "opencollection": "1.0.0", "info": { "name": "Zoom / Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "accountBillingUpdate", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/ma/account/billing/update", "body": { "type": "form-urlencoded", "data": [ { "name": "account_id", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "phone_number", "value": "" }, { "name": "address", "value": "" }, { "name": "apt", "value": "" }, { "name": "city", "value": "" }, { "name": "country", "value": "" }, { "name": "state", "value": "" }, { "name": "zip", "value": "" } ] } }, "docs": "Update Billing Information for a sub account of the master account on Zoom.\n\n" }, { "info": { "name": "accountCreate", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/ma/account/create", "body": { "type": "form-urlencoded", "data": [ { "name": "email", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "password", "value": "" }, { "name": "enable_share_rc", "value": "" }, { "name": "share_rc", "value": "" }, { "name": "enable_share_mc", "value": "" }, { "name": "share_mc", "value": "" }, { "name": "pay_mode", "value": "" }, { "name": "collection_method", "value": "" }, { "name": "enable_pstn", "value": "" }, { "name": "enable_enforce_login", "value": "" }, { "name": "enable_enforce_login_sd", "value": "" }, { "name": "enforce_login_domains", "value": "" }, { "name": "meeting_capacity", "value": "" }, { "name": "disable_cmr_reminder", "value": "" }, { "name": "enable_only_host_download_cmr", "value": "" }, { "name": "enable_same_account_access_cmr", "value": "" } ] } }, "docs": "Create a sub account of the master account on Zoom, return the created sub account id and owner id.\n\n\n\n\n\n" }, { "info": { "name": "accountDelete", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/ma/account/delete", "body": { "type": "form-urlencoded", "data": [ { "name": "account_id", "value": "" } ] } }, "docs": "Delete the sub account.\n\n" }, { "info": { "name": "accountGet", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/ma/account/get", "body": { "type": "form-urlencoded", "data": [ { "name": "account_id", "value": "" } ] } }, "docs": "Get a sub account of the master account on Zoom, return the created sub account id and owner id.\n\n\n\n