Questions tagged [google-reseller-api]

59 questions
0
votes
1 answer

Google Apps API - Getting a list of subscriptions or users

I am having trouble retrieving a list of subscriptions, or a list of users, to sync all the data with our own business system. { "error": { "errors": [ { "domain": "global", "reason": "conditionNotMet", "message": "Provisioning API…
user2215771
  • 239
  • 3
  • 12
0
votes
1 answer

whar is the oauth service name for the google apps reseller api

I tried to use the google apps reseller api with google apps script. To use oauth I need the AuthServiceName. what is the right name? "apps" does not work.
0
votes
2 answers

getting started with google directory API and device management

Heyy, I was looking into Google apps for business and playing with the API explorer ... I have a reseller account with google let's say stack@reseller.goteam.com and this works for creating users, org units, subscriptions and so. I want to start…
0
votes
0 answers

Issue with google Reseller API sending batch requests

In a special scenario wherein the resold customer who is using Google Vault, GoogleDrive along with Google Apps for Business, and to transfer that customer, as per the documentation (Ref…
0
votes
3 answers

Creating Admin Accounts for Domains Created from Reseller API

I am trying to automate the entire process of creating a google apps account through my company's reseller account with google, without any human having to manually enable anything. Here's a quick scenario of what I am doing. Create Customer…
0
votes
2 answers

Reseller API seem to be underdeveloped?

I'm trying to use Googles reseller API to better control and operate our business. The API can only list seats for Google-Apps-For-Business with an ANNUAL plan. This results in misleading statistics since a big part are FLEXIBLE. There are no way to…
Niklas Ternvall
  • 510
  • 1
  • 3
  • 19
0
votes
0 answers

Google Reseller API returning "Resource already exists" on Insert Customer

Dear Google Engineers, I keep trying to insert a customer and receive the following response: [error] => Array ( [errors] => Array ( [0] => Array ( …
Corey Ballou
  • 42,389
  • 8
  • 62
  • 75
0
votes
2 answers

Creating a customer in the sandbox I always receive a 500. Google Reseller API

I have authenticated my request and I'm trying to create a customer in the sandbox but I always receive a error 500. This is the request: self.cred = OAuth2Credentials(access_token = access_token, client_id = client_id, …
Félix
  • 579
  • 4
  • 21
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 to create the domain administrator of a Google Apps domain purchased via the reseller API

We are trying to build an application using the Reseller API that our customers will use to purchase Google Apps for Business domains online. I would like to understand the step-by-step process that a new customer would go through. Here is my…
sdonze
  • 61
  • 3
0
votes
1 answer

Difference between customerId and customerDomain

What is the actual difference between these two fields? The API says customerId is non-persistent, but that gives no insight as to whether customerDomain can be changed or not.
Alex Hart
  • 1,663
  • 12
  • 15
0
votes
2 answers

google reseller api using oauth2

I am trying to create a php page that allows joe bloggs to sign up for a google apps account via our reseller account. I have looked at the new google reseller api and they recommend using oauth2, however this works by going to a page where the user…
Tony
  • 1
  • 1
-1
votes
1 answer

Create a new customer in the sandbox receive a 500 error. Google Reseller API v1

I have authenticated my request and when I'm trying to create a new customer in the sandbox, i receive a 500 error. Request: POST https://www.googleapis.com/apps/reseller/v1sandbox/customers { "customerDomain": "test.com", "kind":…
-3
votes
1 answer

How to get cost for new g suite licenses?

I am a G Suite Reseller and I need to create a website where my clients can enter the number of g suite users/licenses they want to add and it will calculate the price for them based on the number of licenses and the remaining period. I have…
1 2 3
4