I am trying to get the user role via the Python SDK. My use case is that I need to identify the admin user, and any co-admins. Using the standard user().get() approach, I get all of the users information, but role is not included in that. I have read in a couple of places that the type field should indicate the users role, but for verified admin and co-admin accounts, it simply says 'user'.
Is there a way to see what role the retrieved user has (admin, co-admin, user)?