Added
-
New Workspace API:
-
POST /v2/workspaces
-
GET /v2/workspaces/{workspaceId}
-
PATCH /v2/workspaces/{workspaceId}
-
DELETE /v2/workspaces/{workspaceId}
-
-
New Zoom Room Webhook events:
-
zoomroom.digital_signage_play_ended
-
zoomroom.digital_signage_play_started
-
Enhancements
-
Support for Zoom Node and Zoom Phone Hybrid plan types
-
GET /v2/accounts/{accountId}/plans
-
GET /v2/accounts/{accountId}/plans/usage
-
POST /v2/accounts/{accountId}/plans
-
POST /v2/accounts/{accountId}/plans/addons
-
PUT /v2/accounts/{accountId}/plans/addons
-
PATCH /accounts/{accountId}/plans/addons/status
-
-
New
zoomroom.meeting_schedule
value for themethod
field and newjoin_before_host
field in thesettings
field of theparams
field in the Zoom Rooms API:-
PATCH /v2/rooms/{id}/events
-
-
New
under_construction
field in the following Zoom Room APIs:-
GET /v2/rooms/{roomId}
-
PATCH /v2/rooms/{roomId}
-
-
New
transfer_meetings_between_devices
field in the following Accounts APIs:-
GET /v2/accounts/{accountId}/settings
-
PATCH /v2/accounts/{accountId}/settings
-
GET /v2/users/{userId}/settings
-
Bug Fixes
-
Fix the bug that switching user's account does not support transferring his recordings in the following Users API:
-
PUT /v2/accounts/{accountId}/users/{userId}/account
-
-
Fix the bug that API does not recognize Zoom One or Zoom One Plus license in the following Settings API:
-
GET /v2/users/{userId}/settings
-
-
Fix the bug that query range is not correct for upcoming events in the following Report API:
-
GET /v2/report/upcoming_events
-
-
Fix the error message in the following Billing API:
-
PUT /v2/accounts/{accountId}/plans/base
-