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

Credentials to use google ADMIN SDK API

I've been tasked to write a short script that will add a user to a group in google workspace. However, I'm really new to the documentation and its not making any sense to me. I created a new account on google workspace, added my domain and confirmed…
0
votes
0 answers

What is a turn-key approach to enabling a remote service to access a domain's Directory API (Admin SDK) and query a domain's user accounts?

I have a web service that wants to access a customer's Google Workspace's list of users to check their 2FA status. To achieve this, I will use the Directory API under the Admin SDK API. This check must be performed in the background, on a regular…
0
votes
0 answers

How to integrate GoogleAdmin SDK APIs and CloudResource APIs in Spring Boot

Trying to integrate Admin SDK Apis to manage users and assign GCP projects to same users. Does spring-cloud-gcp-dependencies starter project in spring boot have those ready-made librarries to execute those APIs using service account credentails.? OR…
Amit Swain
  • 301
  • 1
  • 6
  • 11
0
votes
1 answer

Unable to use Google API explorer

I am trying to use the google explorer API to test the queries I am making, I find that access to the explorer API is blocked, the side panel is not displayed. In addition, I have blocked access to the administration APIs. I have opened a ticket to…
0
votes
1 answer

Prevent changes in group subscriptions

how can I prevent that a member of a group can change his group subscription? https://support.google.com/groups/answer/9792489?hl=en I want him to receive all group emails. he must not be able to select "Digest", or "Abridged" or "No email"…
0
votes
1 answer

How can I delete admin role assignments from a user accounts using Google Admin API?

I need to delete role assignments from a list of user accounts. I am familiar with Google Apps Script, but need help working out the script needed to delete the role assignments using the Google Admin API. Has anyone got any examples they could…
0
votes
0 answers

I am trying to obtain a list of users who have a value set in 'orgTitle'

I am trying to obtain a list of users who have a value set in 'orgTitle'. I am referencing the following…
0
votes
0 answers

Can't set changePasswordAtNextLogin to true - Google Admin Directory V1 API Rails

I am using the google-apis-admin_directory_v1 gem for Rails. According to the documentation, if you set the field changePasswordAtNextLogin to true in the insert user method it Indicates if the user is forced to change their password at next login…
problems
  • 95
  • 1
  • 8
0
votes
1 answer

able to access each user’s detail using Admin SDK api but unable to access each user's drive file it just reads files which is present in my drive

We have created service account on GCP console. We have enabled domain-wide delegation - which helps to authenticate as a domain user and list the Drive files We have added private key, client email and domain name We have set the necessary scope…
0
votes
0 answers

Is there a way to exit/cancel or set the expiration date for commands that issued by customer.devices.chromeos.issueCommand from google api?

Is there a way to exit/cancel or set the expiration date(default expiration is 6 months) for commands that issued by customer.devices.chromeos.issueCommand…
0
votes
1 answer

Google Admin SDK API - HttpError 412 "Domain user limit reached. Contact Support."

I want to perform a load test of a python script which creates users in the GoogleWorkspace. The purpose of the load test is to confirm that 100 users can be created successfully using "Google_add.py".However, I faced the following…
Anonymous
  • 115
  • 1
  • 5
0
votes
1 answer

Google Admin SDK Push Notifications Stop API Can't find Channel with ID

Context: I've been working with channels through GAS, Starting and Stopping them on a regular basis for the past few months to prevent overlaps. Now I'm migrating my services over to n8n and I've started using actual endpoints intstead of Advanced…
0
votes
0 answers

I'm trying to access Google Workspace Session control : Web session duration current state with an API call?

I'm trying to access Google Workspace Session control : Web session duration current state with an API call. there's no such API mentioned at developers.google.com or I was unable to find it. Please help me to find the correct API for this.
Nobody
  • 1
0
votes
0 answers

Google Admin Kiosk Mode JSON Configuration

I am looking to do a Google Chomebook kiosk for chromebooks and I am running into the issue of how the app runs. As the issue is we want people to sign in but after some time of inactivity to restart the app. I feel like this is a normal function of…
RTarson
  • 351
  • 3
  • 23
0
votes
1 answer

Best practise for Google Calendar storage for users

I'm working on a WebApp project which includes a system of Users. For each of these users I need a calendar of events that the user can interact with (CRUD operations). I wish to use the Google Calendar API to achieve this, however I'm uncertain…
Markus B
  • 83
  • 1
  • 10