API to get user settings returns e2e_encryption as false even though I set it as true on the Zoom Settings page

I need to check whether a user has e2e_encryption turned on so that their zoom integration with our app goes smoothly. Here, I want to notify user that their e2e_encryption is turned on. However, the API to get the information returns the following snippet:

{
   "in_meeting": {
    "e2e_encryption": false
  }
}

From my understanding of this API (Zoom Meeting API) it should have returned it as true. If it isn’t what I think it is, what is this e2e_encryption actually about?