GET /user/{userId}/settings responds with unexpected payload

API Endpoint(s) and/or Zoom API Event(s)

*GET * /v2/users/{userId}/settings?custom_query_fields=virtual_background,virtual_background_settings

Description
When the endpoint is called I get a 200 back but the payload is completely different to what is described in the documentation. Here is a sample response body:

{
“id”: null,
“first_name”: null,
“last_name”: null,
“email”: null,
“type”: null,
“role_name”: null,
“pmi”: null,
“use_pmi”: null,
“timezone”: null,
“dept”: null,
“created_at”: null,
“last_login_time”: null,
“last_client_version”: null,
“language”: null,
“phone_country”: null,
“phone_number”: null,
“vanity_url”: null,
“personal_meeting_url”: null,
“verified”: null,
“pic_url”: null,
“cms_user_id”: null,
“account_id”: null,
“host_key”: null,
“group_ids”: null,
“im_group_ids”: null,
“jid”: null,
“job_title”: null,
“company”: null,
“location”: null,
“custom_attributes”: null
}


Error?
There is no error message.

How To Reproduce
Steps to reproduce the behavior:
1. call GET /v2/users/{userId}/settings?custom_query_fields=virtual_background,virtual_background_settings
with oauth2