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

Get custom user fields in google OAuth

I'm new with the API and I want to get a custom field ScreenConnect form my connection with the OAuth2. I created my project in console.developers.google.com and I have authorized the Admin SDK. In my scope I put…
The33Coder
  • 139
  • 7
0
votes
1 answer

Google Adminsdk Directory API access

I am trying to get the list of chrome devices registered with the specified customer Id. I have done the following Steps. Enabled Google Admin Directory API Created Service Account and downloaded the jwt.json file for connectivity. Enabled the…
0
votes
1 answer

G Suite Admin SDK Directory API - Getting a list of ChromeOSdevices - Java

I am working on a program to help with Chromebook management. Using Java my goal is to create a program that will allow me to easily de-provision and change OU on multiple Chromebooks at once. I have been writing some code using the Google Admin…
0
votes
0 answers

G suite account get report java sample question

I am trying to use this api to get report with java, and here is the link https://developers.google.com/admin-sdk/reports/v1/appendix/activity/meet and here is what i am using now public static String getGraph() { String PROTECTED_RESOURCE_URL =…
蘇柏綸
  • 39
  • 1
  • 10
0
votes
1 answer

G suite account get report but get 401

I use the G Suite account create by ADMIN_DIRECTORY_USER api, and trying to use the follow link to get data of google hangouts meet I just create(by the account i create) the following is my parameters and link userKey : all applicationName :…
蘇柏綸
  • 39
  • 1
  • 10
0
votes
0 answers

Directory API missing "Websites[]" Object for a user

I was trying to find a way to update the links/websites of a User Profile but have struggled to find how to achieve this. It seem the documentation has reference to it. But nothing shows in a GET request for a User. You cant seem to set this during…
0
votes
1 answer

Python JSON TypeError when parsing from response

I don't know much about python and found an example that would serve my purpose with some modifications, currently trying to parse some data from a GET request response and I keep getting this error: "activity['parameters']['initValue'])) TypeError:…
pyth0nnoOb
  • 13
  • 3
0
votes
1 answer

G Suite Admin SDK Groups API subscriptions for changes occurred or similar delta API?

I have this API call https://developers.google.com/admin-sdk/directory/v1/reference/members/list to get the list of members in a group. But I need also to sync the modified/deleted data in the same after initial sync. That is, I am unable to find…
0
votes
1 answer

Google.Apis.Requests.RequestError 404 - Error when using Gmail API to change signature for user on domain

I want to update signature of a domain user via Gmail .Net Client Library as G Suite administrator. I followed this example to setup and give permissions in google developer console. Here is the summary what I did: Enabled Gmail API in Google API…
0
votes
1 answer

Google Admin SDK : Reports API Activities : Watch > Sends a tones of same notification

I have created a Gsuite channel as per this reference https://developers.google.com/admin-sdk/reports/v1/reference/activities/watch and its working fine. I can receive the webhooks for all the admin activities. The problem is sometimes event such…
Raj Jagani
  • 738
  • 1
  • 6
  • 21
0
votes
1 answer

G Suite - get my own group memberships via API call?

My normal, non-admin G Suite users need to work out (programatically) whether they are in a specific G Suite group or not. Plan A - G Suite Admin SDK It would appear that one can do that with this…
Fletch
  • 4,829
  • 2
  • 41
  • 55
0
votes
1 answer

Is there a place to get more granular reporting data via API?

I'm trying to figure out a way to export some of the events I can see in the security dashboard and alert center. The Customer Reports API only gives me the # of mail received per day, and # or spam messages per day, but is more than 24 hrs behind.…
tjpoe
  • 11
  • 1
  • 2
0
votes
1 answer

What does mean "Last Interaction" in User Usage parameter description

I need to know what does mean timestamp_last_interaction in User Usage Reports (API Admin SDK) gmail parameter description. The documentation doesn't have too much information about it and i would like to know what exactly is counted to this…
0
votes
1 answer

When using the GET chromeosdevices method, are custom fields returned in the resource returned?

I'm not optimistic because I don't see any reference to custom fields in the resource page here: https://developers.google.com/admin-sdk/directory/v1/reference/chromeosdevices#resource but I'm wondering if anyone has experience with this. In the…
0
votes
1 answer

Not able to watch Admin Users Directory using `google-admin-sdk`

I am trying to connect to the G-Suite's User directory using the google-admin-sdk. I am using an API Key for authorization and I am not able to reach a successful execution. Here is the code snippet that I'm using: import { google } from…
retr0
  • 644
  • 6
  • 16