Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

I have recently gotten into Google Scripting to manage a School's IT space. I am currently working on a script that should check any students who have left and remove their paid licenses. However, I ...
Leon Sangster's user avatar
0 votes
0 answers
70 views

I want to get notifications when an admin adds a user in a group in Google Workspace. And I call the Watch method to do it: var channel = new Google.Apis.Admin.Reports.reports_v1.Data.Channel { ...
EugeneOi's user avatar
1 vote
0 answers
67 views

I am working with the Google Vault API in C# and need to retrieve the email address of the user who created a Matter (i.e., the owner). Specifically, I want the email address to be visible when: ...
RONNY's user avatar
  • 41
2 votes
0 answers
116 views

Is it possible to automatically retrieve Google Classroom audit logs via an API or similar method, instead of downloading them manually from the Admin Console? I initially thought I could use the ...
Kodai Shinkawa's user avatar
0 votes
1 answer
123 views

I'm trying to use a service account with domain-wide delegation to transfer Google Drive data between users in my Workspace domain. The service account works fine with Directory API, but the Data ...
Paulo Henrique Quintino's user avatar
1 vote
1 answer
155 views

I'm developing an application that needs to read and label emails from a single, specific mailbox that is a part of a google workspace. I managed to connect a service account to the workspace using ...
twoface 16's user avatar
0 votes
1 answer
72 views

I have written the following script to manage my User. In the debugger I can see the field I want to address, but how can I access this field via script or how can I edit it? function getAllUsers() { ...
J. Doe's user avatar
  • 273
0 votes
2 answers
156 views

I can run the users.list query and get the data response on the Api explorer for the Directory API (https://developers.google.com/workspace/explore?filter&discoveryUrl) and the Javascript query ...
spodell's user avatar
  • 176
0 votes
0 answers
74 views

I'm trying to filter the fields that I get back from the chromeOsDevices api when listing devices. I think this used to work. GET {{baseUrl}}admin/directory/v1/customer/my_customer/devices/chromeos?...
Jan Kretschmer's user avatar
0 votes
0 answers
82 views

I am trying to access the Google Admin SDK Reports API using a service account, but I keep getting the following error: HttpError 401 when requesting https://admin.googleapis.com/admin/reports/v1/...
code_taco's user avatar
0 votes
1 answer
60 views

I'm trying to set a new user's Building id using the .NET Google Admin SDK. I'm using the Locations property to do that. Here's Building id in the Google Admin Console: And in my code: var newUser = ...
Eric Eskildsen's user avatar
0 votes
1 answer
74 views

I am currently working on a C# .NET application that leverages the Google Admin SDK to manage administrative tasks within our organization. As part of this implementation, I require a method to ...
Parth Jani's user avatar
0 votes
0 answers
69 views

To verify the issue, I added a simple empty HTML page, just displaying icon and title, to Google Admin Console "Kiosks", under menu: “Devices“ - “Chrome“ - “Apps & Extensions“. However, ...
Shaw's user avatar
  • 929
0 votes
1 answer
116 views

I used composer to install firebase admin-sdk with command composer require kreait/firebase-php The resulting downloaded folder structure had vendor/kreait/firebase-php , vendor/kreait/clock, vendor/...
adbury's user avatar
  • 51
0 votes
2 answers
206 views

I am using the Google Admin SDK (Reports API) in a C# .NET console application to retrieve logs for the Admin application. While the API supports filters to refine the results, none of the filters ...
Parth Jani's user avatar
0 votes
1 answer
63 views

I am trying to create a unique google group every time a new entry is created in the firestore database using google admin api within firebase functions. The onCreate function within the functions ...
Gleko's user avatar
  • 127
-5 votes
1 answer
345 views

I’m trying to create a script in Google Apps Script to edit/create reports and view them using the Admin SDK. I started with this documentation. However, the example script provided doesn’t work, and ...
The33Coder's user avatar
1 vote
1 answer
74 views

So I am reading a paginated list of users successfully from the Admin API. I can see the NextPageToken as well as the first page of results. But there seems to be nothing in the returned UsersListCall ...
Omortis's user avatar
  • 1,580
2 votes
2 answers
321 views

I'm using the Google Workspace Admin SDK Reports API - Email Log Search in Node.js to retrieve email logs for messages sent from my domain. I'm able to get details like: Sender email Recipient email ...
Shafi_dev's user avatar
0 votes
1 answer
195 views

I'm trying to add a value to a custom field within a customSchema using Google Apps Script. Whether I add the customSchema using the Google Admin Console, or through Apps Script, I run into the same ...
Kyle K.'s user avatar
  • 25
2 votes
1 answer
446 views

I'm trying to use Google Apps Script to copy a value from a default Google field to a custom attribute that I created in the Google Admin console. As seen by the API, this is a customSchema. I can't ...
Kyle K.'s user avatar
  • 25
0 votes
1 answer
84 views

I have written a script to pull google user data using the python googleapiclient package which needs include a custom schema so I have included projection='full' in the api call. This was working ...
Jonathan Saunders's user avatar
1 vote
1 answer
219 views

I am using Google Directory API .NET Client to fetch a list of roles in a domain (https://developers.google.com/admin-sdk/directory/reference/rest/v1/roles/list). I use a service account to ...
Nolik's user avatar
  • 151
5 votes
2 answers
380 views

There is a value called Customer ID in Google Workspace, which will be unique for every Workspace. You can find this value in Google Admin Console -> Account -> Account Settings -> Profile -&...
Gokul D's user avatar
  • 115
0 votes
0 answers
87 views

In the sign in with Google, the immediate page has a text "Choose an account to continue to something.com". That "something.com" is by default the domain of the authorization ...
Annika Maranan's user avatar
0 votes
0 answers
180 views

Is there a way to find the organization of the current user in a Google Apps Script without granting the user itself any special / admin permissions in the Workspace? For background, the ...
unhammer's user avatar
  • 4,923
0 votes
0 answers
141 views

I'm trying to get a list of users in a google test domain. Using Powershell and PSGSuite. I'm trying to work through the process. I've created a project added the Admin API enabled the following ...
shaddow's user avatar
  • 175
1 vote
0 answers
80 views

I keep getting Forbidden while trying to access Google Directory Services API. I am attempting to access via a Service Account. I have enabled Admin API and Directory Services API I have specified ...
lerxst3's user avatar
  • 33
1 vote
2 answers
140 views

I have written a small script with which I can assign a new work address to a Google user via Google Apps Script. The script also runs without errors and if a value is already stored in the field for ...
J. Doe's user avatar
  • 273
1 vote
1 answer
105 views

I'm trying to connect to the Google Directory API (REST Resource: users) via Airflow. I want to get a list of users within the organizational google workspace as well as update some attributes. I want ...
idk_lol's user avatar
  • 11
0 votes
1 answer
220 views

I need to programmatically access the content compliance rules set in the Gmail settings from the Google Workspace Admin Console. Could you please advise if there is an available API or any other ...
shayan amar's user avatar
0 votes
1 answer
142 views

I am attempting to publish an external Sheets Editor Add-on in Google Workspace Marketplace. The app is developed in Apps Script and uses the scopes below shown further below. The Workspace Oauth ...
John Hill's user avatar
1 vote
1 answer
206 views

I have tried checking the group response(https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups) from the Google Admin Sdk Directory Api but couldn’t find any property which could ...
Rupali Jain's user avatar
0 votes
1 answer
105 views

I'm trying to fetch a list of computer assets (Linux, macOS, and Windows) from the Google Workspace Directory API but haven't found any relevant documentation. In the available documentation, there ...
Madhana S.K's user avatar
1 vote
1 answer
88 views

I am trying to invoke below Google Chrome API's with non-super admin user https://admin.googleapis.com/admin/directory/v1/customer/customer_id/roles https://admin.googleapis.com/admin/directory/v1/...
Mrudul Bhojkar's user avatar
-1 votes
1 answer
91 views

I am getting error: HttpError 400 when requesting https://licensing.googleapis.com/apps/licensing/v1/product/Google-Apps/sku/1010060001/user/prasanjit.swain%40zebra.com?alt=json returned "Invalid ...
Charlie Morikawa's user avatar
0 votes
1 answer
105 views

so i am using google users api, so for users whenever there is a change there is https://admin.googleapis.com/admin/directory/v1/users/watch api with which i can register my url and once registered i ...
Dom's user avatar
  • 404
0 votes
1 answer
94 views

Here is a code to repro and screenshots to demonstrate the impersontead user permissions The readUser is working but not the updateUser => why ? Please note that I have waited 1 day between the ...
Christophe Blin's user avatar
0 votes
0 answers
41 views

The context is Google API (Admin SDK API). My question is: Using nuget package Google.Apis.Admin.Directory.directory_v1 is possible to extract a list of delegates for single user? I tryed this code, ...
Andrea Frizzi's user avatar
0 votes
2 answers
101 views

Im trying to automate user reports on my Google workspace account showing their statuses and have the report sent via email to a list of recipients monthly. I am trying to get all users with their ...
Abayomi's user avatar
1 vote
0 answers
29 views

Is anyone else having this issue? We have a 3rd party application that we use for user provisioning and deprovisioning. When the application deletes a user it first renames the user. For example if it ...
Matthew Hynes's user avatar
0 votes
1 answer
197 views

I create a WPF application to connect to Google firestore database and everything works fine.I create the firebase admin sdk json file in firebase console: enter image description here Then in WPF ...
verybusy's user avatar
0 votes
1 answer
204 views

Is there a way to assign a Google Workspace Business Standard Licence to a user of a domain, using Appscript and a service account, but without having to use the rights of the user executing the ...
Yassine Salah's user avatar
0 votes
1 answer
240 views

I am very new to the Google world and trying to get some automation done to see if the below would work in App-script. I am also not a Java guy, so I try my best. We use Okta as our SSO. Once a user ...
user23538794's user avatar
0 votes
0 answers
126 views

I've been getting an Authentication error every time I make an HTTP request via Python. { "error": { "code": 401, "message": "Request is missing required ...
Samuel Kastning's user avatar
1 vote
2 answers
291 views

I'm encountering an issue while attempting to access user data using the Google Admin SDK Directory API with a service account. Here's the scenario: I have a Python script that utilizes the Google ...
user23766341's user avatar
0 votes
1 answer
108 views

I want to create a notification channel so that each time a user is deleted from my workspace my php app gets notified, I'm using the following <?php namespace App\Services; use App\Models\...
MOHAMMAD RASIM's user avatar
0 votes
0 answers
123 views

Does anyone have experience deleting the device in Google using Google App Script? We want to delete the device which is not synced within 60 days. The reason we need to create a script is that we don'...
Caine0027's user avatar
-1 votes
1 answer
950 views

I'm trying to set up Google Identity Federation with AWS to make admin.directory API calls from aws lambda function. It is written in Java. I set up workload pool, created service account and ...
Sanghyun Kim's user avatar
2 votes
1 answer
683 views

I have been looking for information on this for a couple days now. I believe I have everything relevant to the API set up correctly for access but I keep getting this error: The service admin has ...
Joey 's user avatar
  • 37

1
2 3 4 5
32