3

Does the service account OAuth2 authentication work for the Provisioning api. I have a google apps admin account and need to manage all accounts through the desktop application. Is this possible using the Service Account authentication mechanism for OAuth 2.0. Can i pull and push details of all user accounts created on the particular domain?

Claudio Cherubino
  • 14,896
  • 1
  • 35
  • 42

1 Answers1

0

Unfortunately, service account doesn't work for Provisioning API. However, it does work for admin sdk, which is the new API that's replacing the provisioning API!

https://developers.google.com/admin-sdk/directory/

Emily
  • 1,464
  • 1
  • 9
  • 12