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

Change to the limitation of only using same domain addresses when programming email forwarding via API

I'm trying to script a email users migration that includes setting the forwarding addresses. The documentation states: *Note: A valid value of forwardTo is an email address that has been already verified to be used as a forwarding address in the…
JRQ
  • 545
  • 4
  • 17
0
votes
2 answers

getting started with google directory API and device management

Heyy, I was looking into Google apps for business and playing with the API explorer ... I have a reseller account with google let's say stack@reseller.goteam.com and this works for creating users, org units, subscriptions and so. I want to start…
0
votes
1 answer

What is the Scope for using Google API Directory Services

I am already using a number of Google API services, such as Calendar and Google+ profiles, but using the Directory services is proving difficult. Here is the scope I'm declaring in my local_config - everything has been working until I added the…
Aaron
  • 98
  • 1
  • 13
0
votes
1 answer

How will the de-commisioning of the google email provisioning API as of 8/31/13 affect the user.emailLists feedLink?

Google has been sending out announcements reminding all customers that appear to still be using the Email List Provisioning API that the API will be de-commissioned on 8/31/13 and that applications that use it should be updated to use the new…
Shon Vella
  • 123
  • 1
  • 5
0
votes
1 answer

An API to remove applications on mobile device or modify their permissions?

Is there any way (existing API) to remotely remove applications on mobile device or modify their permissions?
user1625525
  • 99
  • 1
  • 10
0
votes
1 answer

Trying to Creating users in Google Apps domain in Windows Forms code

I'm trying to create a user from a windows forms application. I've managed to do it in a consoleapp, but I want it in a proper windows app. :) To get the authentication right' I've tried to figure out how the AssertionFlowClient is working, but it…
JoBe
  • 391
  • 3
  • 12
0
votes
2 answers

How to create a user using directory API with no user behind (OAuth2 or so authentication)

I have an application with users/password (not developed by us) that calls a web service to inform us when a new user is created. This web service should enable us to create automatically a user through the google Directory API service to create an…
0
votes
2 answers

google admin directory v1 api groups.list insufficient permission error

I'm trying to authorize with google admin api and list mailing list users. I downloaded a key from api console and did: require 'google/api_client' client= Google::APIClient.new(application_name: "myapp", application_version: "0.1") groups=…
0
votes
2 answers

New to C#. How to use google-admin-sdk (add users, add user to group a.s.o.)?

Trying to get the hang of how to use google-admin-sdk in C# (got a possible job-opening) I've managed to create code for creating users and adding a user to a group in Python 2.7 as commandline-tools. But the employer asked med if I could do the…
JoBe
  • 391
  • 3
  • 12
0
votes
1 answer

Getting conditionNotMet error on migration of emails > 32kb in size

I've had success migrating small test messages with the Google Email Migration API v2. However, when migrating larger messages, I get an error like: { "error": { "errors": [ { "domain": "global", "reason": "conditionNotMet", …
Jay Lee
  • 13,415
  • 3
  • 28
  • 59
0
votes
1 answer

Unable to consume APIs of Admin SDK (JAVA)

I have created a business account for testing purpose. I would like to consume admin SDK APIs (to fetch users, groups, user profile images and all) I could not find any best way to start with. Any help will be appreciated.
Jaynil
  • 128
  • 13
0
votes
2 answers

Discovery Document for Google Email Migration API v2?

Today Google announced a new version of the Email Migration API. The API appears to follow Google's normal REST format but I've been unable to determine the service name and version information for the API in order to use it with the…
Jay Lee
  • 13,415
  • 3
  • 28
  • 59
0
votes
1 answer

Why aren't there any pageTokens in the orgunits list?

So in both the documentation and in the response for getting the full list of org units, we didn't see the pageToken. What if a company has 2000 organizational units, will we get a pageToken in that care? Will the api just return all 2000 org…
0
votes
1 answer

Google Directory API users list gives 404 Not found

I'm using the javascript client library to try to get a list of users in a domain, but I'm getting a 404 not found in the response. gapi.client.load('admin', 'directory_v1', function() { var request = gapi.client.directory.users.list({ domain:…
dboss95
  • 1
  • 1
0
votes
1 answer

Utilizing Google's appsforyourdomain

I'm not a Java developer, but I need to automate creating email export for my Google domain and only .NET and Java are supported. Specifically, I'm attempting to replicate the snippet provided here:…
1 2 3
99
100