account:read:admin
scope and provide “me” as the value of the accountId
path parameter.To get plan usage of a master account, provide the keyword "me" as the value of the accountId
path parameter and use the billing:master
scope. To get plan usage of a sub account, provide the actual account Id of the sub account as the value of the accountId
path parameter and use the billing:master
scope.billing:master
for master and sub accounts. account:read:admin
for regular Zoom accounts.Heavy
curl --location --request GET 'http://api.zoom.us/v2/accounts//plans/usage'
{
"plan_base": {
"hosts": 2,
"type": "monthly",
"usage": 1
},
"plan_large_meeting": [
{
"hosts": 1,
"type": "large500_monthly",
"usage": 1
}
],
"plan_recording": {
"free_storage": "3 GB",
"free_storage_usage": "0",
"plan_storage": "0",
"plan_storage_exceed": "0",
"plan_storage_usage": "0"
},
"plan_webinar": [
{
"hosts": 1,
"type": "webinar100_monthly",
"usage": 1
}
],
"plan_zoom_rooms": {
"hosts": 1,
"type": "zroom_monthly",
"usage": 0
}
}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通