Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Zoom Workplace Enterprise calling plan #38

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

krrrr38
Copy link
Member

@krrrr38 krrrr38 commented Aug 28, 2024

We can use Zoom Workplace Enterprise calling plan, which is not shown on doc.

> curl -s -H'Content-Type: application/json' -H "Authorization: Bearer $token" 'https://api.zoom.us/v2/phone/calling_plans' | jq .
{
  "calling_plans": [
    {
      "type": 1001,
      "name": "Global Select Metered Calling Plan",
      "subscribed": 1,
      "assigned": 0,
      "available": 1
    },
    {
      "type": 83000,
      "name": "Zoom Workplace Enterprise",
      "subscribed": 999,
      "assigned": 99,
      "available": 900
    }
  ]
}

Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
@krrrr38 krrrr38 merged commit 69660c3 into main Aug 28, 2024
5 checks passed
@krrrr38 krrrr38 deleted the add-zoom-workspace-enterprise-calling-plan branch August 28, 2024 23:17
@github-actions github-actions bot mentioned this pull request Aug 28, 2024
@kenchan0130
Copy link
Member

pls generate docs🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants