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

Is it possible to disable email for a group in Google Workspace Directory?

Other Directory products have concepts of groups, and have the idea that you can disable email for a given group. Does Google Directory have anything like that, where you can create a group that doesn't have email enabled / doesn't have email at…
Sam V
  • 9
  • 1
0
votes
0 answers

"gam print aliases 2>$null" not Showing All Aliases

I need to list all aliases in my domain (groups and users aliases) using Google GAM and I'm using the command below: gam print aliases 2>$null However, it's not bringing me an alias (l.suporte@domain.com) from a group that I can see through the…
Paulo Costa
  • 182
  • 3
  • 12
0
votes
1 answer

How to detect the user on google calendar events push notification callback?

I am trying to sync a booking system with google calendar and google resource as two-way synchronization. To do that, I creates webhook channels on specific google resource calendars to be aware of creating events (i.e. booking a resource room),…
0
votes
1 answer

Retrieve connected applications for an user on google admin

On the security part of an account details we can find the Connected applications section where all the third-party applications are listed. How can I retrieve this list via the API ou SDK ?
Ôrel
  • 7,044
  • 3
  • 27
  • 46
0
votes
0 answers

Google Workspace Alert Center get/update settings calls returning 404

Ref: https://developers.google.com/admin-sdk/alertcenter/reference/rest The getSettings & updateSettings API calls there are returning 404. Go code which was working till early January has started to fail at least since mid-January. The same service…
0
votes
0 answers

Update the authenticated user data via googleapis

I've tried to update the authenticated user profile via multiple ways but I couldn't do that I tried: poeple service (deprecated) plus service (deprecated) admin service (couldn't request if because I need an admin account to do that) I'm building…
0
votes
1 answer

How to create Google Workspace/Cloud Administrator account?

I am trying to set up Domain-Wide Delegation on a service account to allow a web page to interact with the Google Drive API, but the page says I need to log in with an "Administator Account". I have searched, and cannot find a page allowing me to…
0
votes
1 answer

How do I implement Admin SDK in my flutter so that I should Manage the users from Admin Panel?

I'm new to flutter working on my Final Year Project. I want to implement Admin functionalities in my App. So far I had implemented the data flow and the authentication things but I am stuck at implementing the Admin SDK for the removal of users from…
0
votes
0 answers

list a user's role without admin rights in gcp using post oauth openid authentication

after completing the oauth openid authentication I want to list the roles (or groups) the user is part of. I tried adminSDK api but that is only for account admin (this is what i understood). I want to list the user's roles once authenticated and I…
0
votes
0 answers

creating JWT token with impersonated user ing google workspace API for a service account?

I am using JWT token to access google Api for audit reports Api(a part of admin sdk api) have authorization issues while using service account(service account doesn't have access so we have to impersonate admin user). i have used the following…
0
votes
0 answers

Can mobile resource id and chromeos device id collide?

Are the resourceId for mobile devices (link) and chromeos deviceId (link) are generated from the same sample space, meaning they can't collide. For example if there is a mobile device A with resourceId '1' can it be also a chromeos device B with…
0
votes
0 answers

Firestore and Firebase Cloud Functions

I have a simple https firebase cloud function which get all user doc from firestore but it actually give me error of Received RST_STREAM with code 2 triggered by internal client error: Protocol error This is my index file is I have initailized the…
0
votes
1 answer

API to retrieve members of all google groups - Google Workspace

As an admin, I want to have visibility of all the members of all groups present in a Google Workspace account with the help of an API. Is there any API to perform this action? If not, are there any alternatives? I tried searching in Google's…
0
votes
0 answers

How to change user & browser settings on Chromebooks from same domain

I manage a schools computers that the students are using. Since its kids that are using them I need to restrict them somehow. We are using Chromebooks with our own Google domain. Is it possible to create a list with blocked URLs in a google…
0
votes
0 answers

Pull tasks of all users in a Google Workspace Organization

It appears the Google Tasks API tasklists resource pulls the list of tasks associated with the current user. I would like to specify the user that the task list will be generated for. The plan would be to generate a list of tasks and the documents…