Retrieve a list of all users by including their role via Rest API

Is there any way of retrieving the role for a give Zoom user via the Rest API?
In particular, I would like to get a list of the “Admin”, “Owner” and “Members” in our account

At the moment there isn’t a way to do this in the API. 

 

Can you tell me more about your use-case so I can make sure I make the proper request to the API team? Do you just want this as a key returned in the JSON body with get user?

I would like to retrieve a list of users (ie. GET “List Users”) and have the same fields in the JSON body as there is in the GUI export.

I will then user this data for reporting of the users in our account and also for user account retention (we don’t want to delete any Admin accounts)