# Backwards Incompatible V2 API Changes

[Zoom](https://yomu.fyi/company/zoom) · Benjamin Dean · Apr 3, 2020

**Type:** Announcement

## Summary

Following the removal of Zoom's Attention Tracking feature, backwards-incompatible modifications were introduced to the V2 REST API effective April 3, 2020. Under these deprecations, the attentiveness\_score field in meeting and webinar participant reports returns an empty value, while the attention\_tracking field across user, group, and account settings endpoints defaults to false. Both attention-tracking fields remain temporarily in API responses before full removal in a future release. Additionally, starting April 12, 2020, password-related configuration fields become immutable and permanently set to true for Free and single-host Pro K-12 Education accounts. These locking measures affect settings such as password requirements for scheduled, instant, or personal meetings, alongside PSTN password protection across account, group, and user endpoints.

## Context

The removal of the Attention Tracking feature in Zoom and security requirements for K-12 Education accounts prompted breaking updates across V2 REST API endpoints.

## Approach / What changed

Zoom deprecated attention-tracking parameters by having attentiveness\_score return empty values and attention\_tracking return false across account, group, and user APIs prior to total removal. Concurrently, password requirement settings across scheduling, instant meetings, PMI, and PSTN were made immutable and locked to true for Free and single-host Pro K-12 Education accounts.

## Takeaways

- Participant report APIs for meetings and webinars return empty values for the attentiveness\_score field instead of active tracking data.
- Account, group, and user settings endpoints return false for the attention\_tracking field until both attention fields are fully removed in a future release.
- Password settings, including require\_password\_for\_scheduling\_new\_meetings, require\_password\_for\_instant\_meetings, and pstn\_password\_protected, are immutable and locked to true for single-host Pro and Free K-12 Education accounts.

**Tags:** [Authentication](https://yomu.fyi/topic/authentication), [REST APIs](https://yomu.fyi/topic/rest-api)

[Read original post](https://medium.com/zoom-developer-blog/backwards-incompatible-v2-api-changes-a0a97df9c306)
