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

Google Admin SDK - watch users with Let's Encrypt secured endpoint

I'm doing PoC of some GSuite custom solution which needs to listen to changes on users resource. I've created a GSuite account, linked it (and verified) with mytestdomain.com. It's also verified in API console. Basically followed instructions from…
krlm
  • 817
  • 7
  • 18
0
votes
1 answer

When using the Admin SDK directory API to insert Org Units a dailyLimitExceeded error is returned even though that quota has not been reached

I work for an Student Information System and we're using the Admin SDK directory API to create school districts Google Org Unit structures from within our software. POST…
0
votes
1 answer

Google Directory API : manage invitation and request to join

Is there an API that lets an application send invitations and requests to join a group? I have checked the Google Directory API at https://developers.google.com/admin-sdk/directory/v1/reference/, but all I can find is the members API that lets an…
0
votes
1 answer

Google Directory API returns 403 for user_list with showDeleted=true

I thought I had applied all of the necessary scopes / requested the necessary authorizations with the…
0
votes
2 answers

binascii.Error: Incorrect padding in using firebase admin-sdk when I verify the user token

I'm suffering from verify_id_token() error with (google) firebase admin-sdk in auth module. When I verify the user by user's token posted by frontend js, auth.verify_id_token(token) method arise "binascii.Error: Incorrect padding" error. Traceback…
tom__bo
  • 11
  • 6
0
votes
1 answer

Is it possible to get only Super administrators from GApps(all domains) under reseller,using reseller account

I have a list of domains of all my gapps customers.I want to get only users who have super admin privilege for all those domains.I can fetch all users for the domain and iterate over them and filter out only supers admins. But it will be a lot of…
ALLSYED
  • 1,523
  • 17
  • 15
0
votes
1 answer

Is there any way I can get Parent company details by providing child company details?

I am looking for a way in which I can get Parent company details by providing child company details. I came across to this tool (https://developers.google.com/admin-sdk/directory/v1/guides/manage-org-units) while searching, and I understand that we…
Tushar
  • 215
  • 1
  • 2
  • 9
0
votes
1 answer

How can I reconstruct the Google admin console URL for each user?

I want to be able to reconstruct the following URL, but when I use the API/SDK I cannot find where/how google stores the user identifier (in bold font below). Does anyone know where this comes…
Jason
  • 1
  • 1
0
votes
1 answer

G-suite Sync all organization calendar and mail

I would like to be able to sync g-suite entire user's emails and calendars. Is there is an option to use organization admin oath and use api to read only request?
MoShe
  • 6,197
  • 17
  • 51
  • 77
0
votes
1 answer

Get list of users with name, phone number and group memberships from G Suite

I have looked into the G Suite admin APIs and found this function: GET https://www.googleapis.com/admin/directory/v1/users I get a list of all users, but no users in the list have a phone number. How can I include the user's phone number in the…
www.jensolsson.se
  • 3,023
  • 2
  • 35
  • 65
0
votes
1 answer

Google Admin, can't enable Gsuite applications for certain users

I'd like to know if anyone else experienced this issue before (and if so, how did you solve it): We've added 28 users to our google admin panel, then we've enabled Gsuite apllications for all of the users, and everyone of those 28 accounts works…
0
votes
1 answer

Cannot reference firebase data by push id

I am trying to update a post in firebase base on its id. So I have a variable stored somewhere like this var postID = -xyz1234567; firebase.database().ref('posts').child(postID).update({ blah: "blah", foo: 'bar' }) but I keep getting this…
Jalasem
  • 27,261
  • 3
  • 21
  • 29
0
votes
1 answer

How to delete Users using the Java Google Admin SDK API

I went the Java Quickstart and got a working application that just shows the full list of all the users connected to the account logged into. I have gone over the Java docs and the only thing I have found that pertains to the deletion of a user is…
Dax Loy
  • 172
  • 2
  • 11
0
votes
1 answer

How to create gmail business user account using google API with PHP

I want to create a new gmail business user account in gmail using PHP. When I run this code it will shows some message like Open the following link in your browser: with URL and asking for verification code. If I run the link in browser it will…
0
votes
1 answer

install gsuit market place app using API

Query 1 : I have published my app in Gsuit Market place,what I want any admin can install my app by mine platform ie if he can install app (mine published) without going Gsuit marketplace. So is there any Gsuit API for the same by using it we can…
user4768611