API Updates 05/09/2020
1589164020001
Enhancements
Added new API RateLimiter response headers.
X-RateLimit-Category
X-RateLimit-Type
Added a new field(“password_requirement”) in Account Settings APIs that shows the enhanced password rules set for a Zoom login password.
GET /v2/accounts/{accountId}/settings
PATCH /v2/accounts/{accountId}/settings
Enhanced the validation of user password to follow the password rule settings enabled on Account Security settings. If an admin has set enhanced password rules, the password field in the following APIs must meet those requirements. The requirements can be retrieved from the
password_requirement
field that will be available in the response of Get Account Settings API.POST /v2/users
PUT /v2/users/{userId}/password
POST /v2/accounts
Bug Fixes
Fixed a bug that prevented these two fields("contact_name", “contact_email”) from being updated when using the Update a Webinar API.
PATCH /v2/webinars/{webinarId}
Fixed the issue where the field(“last name”) last name was previously set as a required field instead of optional in the Add a Webinar Registrant API.
POST /v2/webinar/{webinarId}/registrants
Fixed the issue where wrong value was being returned for the “custom_data_center_regions” field when calling Get Account Lock Settings API.
GET /accounts/{accountId}/lock_settings