Question

I am trying to retrieve all user accounts in my domain using Google apps api with .net!

But the problem is: the UserEntry.Login.Password is alway empty.

Is it possible to retrieve users with their password using the api? If not, is there a solution to login into the user's Gmail using domain admin password?

Thank you!

Was it helpful?

Solution

No. User passwords are not returned by the API. An Administrator can update the user password but cannot retrieve it.

For reference, see: https://developers.google.com/google-apps/provisioning/reference#google_apps_tag_apps:login

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top