Questions tagged [google-admin-sdk]

Use for questions about using APIs and services that are part of the Google (G Suite) Admin SDK, platform for developers that write applications to manage G Suite domains, migrate from and integrate with existing IT infrastructure, create users, update settings, audit activity, and more.

About

The Google (G Suite) Admin SDK allows developers to write applications to manage Google Apps domains, migrate from and integrate with existing IT infrastructure, create users, update settings, audit activity, and more.

Use for questions

About APIs and services that are part of the G Suite Admin SDK

Do not use for questions

About general interaction with Google APIs, use instead.

Admin SDK APIs

: Admin Settings API
: Alert Center API
: Directory API
: Domain Shared Contacts API
: Email Audit API
: Enterprise License Manager API
: Groups Migration API
: Groups Settings API
: GSuite Email Audit API
: GSuite Reseller API (former Enterprise Apps Reseller API)
: Reports API

Deprecated APIs

  1. Email Migration API on November 1, 2015
  2. Email Settings API on October 16, 2019
1554 questions
0
votes
2 answers

HttpError 403 google directory api

I got the super admin privileges for to my Google Account. I need to get the list of all the chrome devices through an API. I did enable Google Admin SDK but still facing some issues. I copied the exact python script from Python Quickstart for…
Ashwin
  • 2,875
  • 1
  • 13
  • 21
0
votes
1 answer

401 When trying to create an orgunit using Google API

I'm trying to use Google's Admin SDK to create an orgunit using a shell script. My script is as follows: # Obtain a token we can use to modify the organisation auth_header=`oauth2l header --json "..." "admin.directory.orgunit"` customer_id=... curl…
Liam M
  • 5,306
  • 4
  • 39
  • 55
0
votes
0 answers

google admin sdk retrieve chromebook hardware

I need to retrieve hardware specification from all the provisioned Chromebooks and send it to a server. I tried by developing an extension and deployed it through Google Admin but I will need to specify account id before sending it to the server.…
0
votes
1 answer

Looking for threat intelligence/mitigation info from Google API

Rulerr.com is a permissions management and threat intelligence system which aggregates many sources of information into a single application for Enterprise. I can see that we can pull activity reports on admin activities and user login info from the…
laurieodgers
  • 109
  • 11
0
votes
1 answer

Query Google Admin Directory users for partial name match

I'm trying to do two things: Query AdminDirectory.Users.list by name field to return a list of anyone whose name matches a given string (even partially) If possible, prevent the email address field from being included in the search For example,…
0
votes
1 answer

Add new member in Google Group Using Angular 2

I made a Web App using angular 2 and created a Sign In and Sign Out with Google API. I'm reading this documentation: https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members. But I'm don't understand how to use it. How can…
0
votes
1 answer

GoogleApp Directory API's to set the Proxy credentials

I am using GoogleApps Directory api to access the Googleapps. I have one query regarding Proxy , how to set the proxy credentials using directory API's. As per googleApps API's documentation i can use class "GoogleNetHttpTransport" to set the Proxy…
0
votes
0 answers

Google Admin SDK

How to retrieve the Chromedevices assigned to a Calendar? I can retrieve the list of chrome devices or calendars under my domain but could not find the association between calendars and assigned devices?
tartar
  • 688
  • 4
  • 16
0
votes
1 answer

Unable to update password - GoogleApiException - Not Authorized to access this resource

I am trying to update users password in GSuite using OAuth 2.0 I am encountering the following exception: UpdateEmailUserPassword Google returned an error against this user. Please check Google exception details and make sure this is a valid…
0
votes
3 answers

Google language settings via email settings api

I use email settings API to change user language setting. But this API should be migrated to Gmail API. I check new one but no capability to change user language setting. I really need this function because we have a lot of over sea users. Does…
0
votes
1 answer

What Google API can let me work with domain shared contacts in C#

I have been looking into the Google APIs as I have special requirements to work with domain shared contacts with C#... I wonder if Google.GData.Contacts will let me do what I want with shared contacts? I checked the classes in…
Bluescrod
  • 81
  • 1
  • 7
0
votes
0 answers

Google Admin Console - Log IP Addresses

I have created a project for GAM using their instructions and it works. I can access our G Suite and print OS and User information to csv on the command line. I need to do something very similar, but I need the Chrome devices' IP address at the time…
m0lochwalker
  • 422
  • 3
  • 11
0
votes
1 answer

Bulk user name modify and delete through Google API

I am trying to modify and delete user accounts through Google API. Our objective is to use the following API in our webpage. Delete User: DELETE https://www.googleapis.com/admin/directory/v1/users/userKey While calling the above API url in browser…
0
votes
1 answer

New API for G Suite Admin Console?

Is there New API replacing the current API: https://developers.google.com/admin-sdk/admin-settings/ If not, why are they removing such a feature? Warning: The Admin Settings API is deprecated and is scheduled to be sunset on October 30, 2017. In…
Ted Chou
  • 1
  • 1
0
votes
1 answer

What is the minimum user roles/permission for using Google Email Audit API

I am getting start with Google Apps Admin SDK > Email Audit API, I can successfully call the API GET https://apps-apis.google.com/a/feeds/compliance/audit/mail/monitor/{domain name}/{source user name} using OAuth token authorized by a super admin…
Josephus Yang
  • 49
  • 1
  • 8