API documentation bug: Get User response, login_type vs login_types

Hi,
I’ve noticed a discrepancy on the User “GET /users/{userid}” endpoint between the documentation and the actual observed behavior of the API:

The docs say that the response will contain a field ‘login_type’ of type ‘integer’. However actual API responses never contain that, at least for me, against our institutional Zoom instance. Instead responses contain a field ‘login_types’ (note plural) of type ‘array of integer’.

Seems like probably just a mistake in the documentation. Wanted to bring it to your attention for correction.

Thanks,
Brent

Hi @Brent_Putman ,

Thanks for pointing this out. I will have our documentation team take a look at this