User settings documentation

The documentation for the Update user settings endpoint shows a sample JSON payload that includes the values that we can update (I didn’t count them, but I estimate there are about 200 of values that can be updated). The following screenshot shows a dozen of the user settings we can update:

However, only a very small subset of these values are documented:

- authentication_option
    - action: The authentication action.
    - default_option: The authentication default option.
    - domains: The authentication domains.
    - id: The authentication ID.
    - name: The authentication name.
    - type: The authentication type.

- meeting_authentication: Only authenticated users can join meetings

- recording_authentication: Only authenticated users can view cloud recordings

Similarly, only a very small subset of the settings is documented in the Get user settings endpoint documentation.

I’m pretty sure this information was available at some point in time. Maybe it was lost during the last UI refresh for API references (which occurred about a year ago if I remember correctly)?