Get a list of all users under the account including their "Login Type" using API call

I would like to list all users under the company account along with their “login type”.
I am trying to use the GET users API but the response does not include this field.
Any other way to include this field in the response.

Also tried something like this : https://api.zoom.us/v2/users?include_fields=“login_types”