Questions tagged [google-admin-settings-api]

Allows administrators to retrieve and change the settings of their domains.

The Google Apps Admin Settings API allows administrators of Google Apps domains to retrieve and change the settings of their domains in the form of feeds.

57 questions
0
votes
1 answer

AdminSettings API using service account auth/keyword failures

Trying to retreive domain number of users, 'GetCurrentNumberOfUsers()', using AdminSettings API via a Service Account in Python. Enabled delegation wide authority and scope, but getting errors. I have used service account for Calendar API,…
0
votes
1 answer

Google Reports Audit Calendar stopped working

For some reason the report screen is stopped from five days ago. Any idea?
0
votes
0 answers

400 Bad Request "error" : "invalid_grant" while creating circle in google plus from android

I want to create circle in Google plus from my android app, for this I'm working with Google plus domain APIs then for API authentications i am following these steps and configuring all things that describe here:…
Deven
  • 3,078
  • 1
  • 32
  • 34
0
votes
2 answers

Google Admin Api- User provisioning to Organisational Unit Give Error: 403

Hi All Geniuses buddies I am using google admin apis. user provisioning is what i successfully performed. When i try to move the same user to Organisational Unit(OU). It give me error like {"The remote server returned an error: (403)…
0
votes
2 answers

Read only scope for Google admin settings API

I was trying to retrieve the organization name of the user using the OAuth mechanism (in java on Google app engine). The scope that I used is https://apps-apis.google.com/a/feeds/domain/ However this scope is giving Manage your domain settings…
RC Brand
  • 429
  • 6
  • 10
0
votes
1 answer

How to get Particular versions of GoogleApps Admin Directory jars

When we are developing a client for googleapps using the admin sdk we started using the google-api-services-admin-directory_v1-rev35-1.18.0-rc.jar and its dependency jars like…
0
votes
1 answer

Where can I find a list of supported Application Manifest scopes for Google Apps Marketplace applications?

The "official" list of supported scopes appears incomplete. Specifically, I need to move from the (deprecated) Google Apps Provisioning API to the Admin SDK, and I am not sure what the correct scopes are. These are a few endpoints I am interested…
0
votes
1 answer

Programmatically enabling provisioning api?

Just wondering whether it's possible to enable provisioning api without having to manually open the Admin Console.
tia
  • 93
  • 4
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

Confusion on the Old Google Data AP, new Google API, and the Google Apps Marketplace

Currently Google is migrating their old Google Data API to the new Google API. When we do API queries over the old Google Data API, we usually use Zend Framework and the given consumer key/secret to do the authen/autho, which is fine. Question is,…
-1
votes
1 answer

Google Admin SDK enterprise enrollment

Is there a way to enroll chromebooks using Google Apps Script. Here are the steps Google gives, but I want to automated the process. I couldn't find any documentation on enterprise enrollment in the the admin sdk. We've already accepted the terms of…
-2
votes
2 answers

No Invitations ID

I have many google classroom invitations and I want to accept all of them through google app script using Classroom.Invitations.accept("courseId"); but then I get no data back... so I tried listing all my invitations…
1 2 3
4