I am looking for a way to get from any google apis a list of not-suspended users in an organization, using oath authorization.
google profile api has oauth, but the user list returned does not contain the isSuspended flag.
google provisioning api returns isSuspended flag, but as far as I understand cannot be OAUTH authorized.
are there any other options I have to accomplish this?