Questions tagged [google-provisioning-api]

The Google Apps Provisioning API has been officially deprecated as of May 15, 2013. It has been replaced by the Admin SDK’s Directory API.

The Google Apps Provisioning API has been officially deprecated as of May 15, 2013. It has been replaced by the Admin SDK’s Directory API. The Google Apps Provisioning API will continue to work as per Googles Deprecation Policy.

Google Apps allows website administrators to offer their users co-branded versions of a variety of personalized Google applications, such as Gmail. This document describes the Google Apps Provisioning API, which enables application developers to programmatically enable access to these applications. Specifically, the API provides functions for creating, retrieving, updating and deleting user accounts with one or more domains, nicknames, email aliases, organization units, and groups.

See also the official documentation.

89 questions
5
votes
1 answer

Why am I getting "unrecognized selector" errors when subclassing GDataEntryBase from Google Data Objective-C Client Library?

I've built the Google Data APIs Objective-C Client Library and have it linking and working with my application (incl. GTMOAuth2) and can pull data back. I need to work with the Provisioning API (still XML-only) so am building out the additions I…
morgant
  • 2,135
  • 2
  • 19
  • 28
5
votes
2 answers

Google provisioning api returning apparently bogus error for account creation

We use the Google Python API to create accounts. Beginning on 11/8/2012 at 1pm PST, we have started to get these intermittent error messages: errorCode="1301" invalidInput="loginname" reason="EntityDoesNotExist" When we check the Google dashboard,…
4
votes
2 answers

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…
Jerome
  • 2,104
  • 1
  • 17
  • 31
3
votes
0 answers

Directory API - Why "get all groups for a member" doesn't return groups including all users?

I'm migrating from the old Google Provisioning API to the new Google Directory API. Previously when I retrieved all groups for a member, the result included groups where members is All members of x.com. The new directory API doesn't include these…
3
votes
1 answer

Is there a stable User ID?

I wonder if there is a stable uuid ( unique user id ) when using the Google provisioning API. The use case would be, that a user is marrying and changing their last name and username, but we still want to find the same user.
Ray Hulha
  • 10,701
  • 5
  • 53
  • 53
3
votes
1 answer

Service Account OAuth2 for Provisioning api

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…
2
votes
2 answers

How do you un-provision a device in order to set the Device Owner?

'm trying to set up Device Owner using the sample apps downloadable from developer.android.com https://developer.android.com/samples/NfcProvisioning/index.html https://developer.android.com/samples/DeviceOwner/index.html But when I NFC tap the…
2
votes
1 answer

Replacing Google Apps Provisioning API

In my organization we have an in-house developed web application that relies on the Google apps provisioning API to allow our level 1 IT department to manage email accounts and email groups. However, since google deprecated the API in favour of the…
2
votes
1 answer

Google App Manifest Scope Issues

I'm trying to get a Google Marketplace App to get permissions to run the Provisioning API. When installing on a test domain, the installation process skips the grant access section and doesn't seem to give the permissions needed. The documentation…
2
votes
2 answers

Google Groups: Retrieve list of groups for a user

Is there an API to get the list of all Google groups a user is part of (of course, with his/her permission) and vice versa (given a Google group, get all users part of that group).
Neo
  • 3,465
  • 5
  • 26
  • 37
2
votes
2 answers

Getting 500 error when trying to updateUser with Google Provisioning API

I have a small script to force users on our Google Apps domain to change their password at next login. I'm using Zend Framework 1.11.13 but I also get the same results on 1.12.0. The example for updating users in the google docs (…
1
vote
2 answers

Provision a GCP VM instance with Static IP via Terraform

I have edited my main.tf and variable.tf file as suggested by @Claire Bellivier but still getting the same error, please have a look. Main.tf: # Path to the authentification to GCP json file provider "google" { credentials =…
1
vote
0 answers

Issue with Azure Active Directory Integration with Google

I setup Azure Active Directory SSO with my Google Apps Domain, and I having issues setting up the Google Auto Account Provisioning. I hit enabled and configure 'auto account provisioning', and all I get is blank screen in a pop-up. I tried this the…
1
vote
1 answer

Migrate from Google Data (GData) APIs to new Google APIs Client Library for Java

In our organization we have an in-house developed web based application that make use of Google Data (GData) APIs(gdata-java-client) API to manage email user accounts, email settings, nickname, profile updates , contact management. This application…
1
vote
1 answer

Error of "Invalid OAuth target" has occurred on some using Provisoning API Marketplace v1 applications

I develop 3 unpublish Google Apps Marketplace(v1) applications that use Google Provisioning API with same scopes(prov_user, prov_group, prov_nickname and contact). There was no problem where I run 3 applications three months ago, There are problem…
1
2 3 4 5 6