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
0
votes
1 answer

Attempting to GET Google Apps Single Sign-On Signing Key via API

I'm receiving an interesting error from the Google Apps admin settings API when attempting to retrieve the Single Sign-On key for updating (creating) it the first time. We're looking to do this via the API only, but it appears as though the API is…
0
votes
1 answer

How do I "discover" Google's Provisioning API?

I'm using the (alpha) Ruby google-api-client to interact with various services for our organization's Google Apps instance. I'd like to discover the provisioning services API, authenticate a user with a service account, and update their password. So…
0
votes
1 answer

Python import gdata Google Apps Engine: Course Builder

I'm working with Google Course Builder and I'm trying to import the GData library so that I can utilize the provisioning API to add members to google groups as they register for the course. Inside of utils.py of course builder lies the functions for…
0
votes
1 answer

Provisioning API for Google Groups to Add a Member

Okay, I've signed up for Google Apps Business, I've enabled provisioning in the settings. I've created a group named 'test'. I've added my e-mail as owner of the group 'myEmail@gmail.com' as well as my 'admin@myTestDomain.mygbiz.com'. Here is my…
0
votes
1 answer

Empty password when retrieving users from UserFeed with Google Apps API

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…
Aladdin Gallas
  • 701
  • 2
  • 12
  • 36
0
votes
3 answers

Google Provisioning API no longer allowing restore(unsuspend) of user

Anybody else seeing this? There appears to have been some changes to the Google provisioning api for multi-domains. I have long running code that could restore a suspended user that has stopped working. I use Python and 2.0.17 of the Python GData…
CTy
  • 169
  • 3
0
votes
2 answers

GADS EntityExists errors

We use both the Java API and GADS. GADS has a varying list of "EntityExists(1300) - EntityExists(1300):" errors(which are correct) almost every run now, for the past few weeks. Any word on what has changed, what we need to change, or when a fix…
0
votes
1 answer

Is it possible to get the user suspension status based on an organization?

I have a need to look up the suspension status of all users within an organization. Unfortunately, OrganizationService.RetrieveAllOrganizationUsers() does not provide us with the suspension information. I can get a collection of AppsExtendedEntry…
ddechant
  • 151
  • 2
  • 4
  • 14
0
votes
1 answer

How do you check if a domain has enabled the GData provisioning API without trying to modify the domain?

How do you check if a domain has enabled the GData Provisioning API without trying to modify the domain? The only way I have been able to find that will give an API failure response is doing something like trying to create a new user. This is…
Andrew Hubbs
  • 9,338
  • 9
  • 48
  • 71
0
votes
1 answer

How can I create a new user in an organization unit in one step?

Using the Google Provisioning API, under Managing Organization Units, it states that the creation of a user within an organization unit is a two step process. First I must create the user and then I must move them into an OU. This creates a problem…
Rupert Madden-Abbott
  • 12,899
  • 14
  • 59
  • 74
0
votes
1 answer

How can I move an account into the main/primary organization unit?

Using the Google Provisioning API, under Managing Organization Units, I can use UpdateOrgUser to change the OU in which a user resides. How I can move a user out of an OU and into the "top-level" OU? What should be passed to org_unit_path?
Rupert Madden-Abbott
  • 12,899
  • 14
  • 59
  • 74
-1
votes
1 answer

Java's Google Apps Provisioning API optionalAttribute IP_WHITELIST

I'm creating a system to integrate a customer internal system with Google provisioning. One thing that arose was the meaning of the IP_WHITELIST optionalAttribute on the Java's Google Apps Provisioning API, seen here. What does it do for the created…
dudinha-dedalus
  • 284
  • 3
  • 13
-3
votes
1 answer

How do I migrate from the Google Profiles and Provisioning API to the Admin SDK Directory API?

The Google Profiles API and Provisioning API are scheduled to be shut down on April 20, 2015 and I need to migrate my code to use the Admin SDK Directory API instead. How do I go about this migration?
-4
votes
1 answer

Why are requests to the Provisioning, Profiles, Reporting, Reporting Visualization, Admin Audit, Email Migration (v1), or Documents List API failing?

All of my calls to the following Google APIs have started failing: Provisioning Profiles Reporting Reporting Visualization Admin Audit Email Migration (v1) Documents List Has something changed?
1 2 3 4 5
6