Is it possible to access Provisioning API with service account?
My service account scopes are : https://apps-apis.google.com/a/feeds/user/ and DriveScope.DRIVE I authorized this same scope in "Manage third party OAuth Client access" in domain settings for my service account Id. I use the java client of the provisioning api. I build my credentials with the google oauth client with a GoogleCredential.Builder : credBuilder.setTransport(HTTP_TRANSPORT) .setJsonFactory(JSON_FACTORY) .setServiceAccountId(config.serviceAccountId) .setServiceAccountPrivateKeyFromP12File(new File(config.keyFilePath)) .setServiceAccountScopes(SCOPES); .setServiceAccountUser("admin