Questions tagged [google-email-settings-api]

An API which enables Google partners to programmatically manipulate most user-level Google Mail settings. It was deprecated in 2019.

The Google Email Settings API enables Google partners to programmatically manipulate most user-level Google Mail settings. It supports many operations, such as:

  • Creating filters, labels, aliases, delegates;
  • Updating various settings for a user's account;
  • Retrieving existing settings for a user's account.

Your application will be able to interact with the API sending HTTP requests (GET, POST or PUT) to specific URLs (each of them represents a particular user's setting).


You can visit the official API page and consult the Developer's Guide for further information.

74 questions
0
votes
1 answer

Batch requests for Google Apps Email Settings

I'm trying to send batch requests[1] with Email Settings operations, specifically with Vacation-Responder and Forwarding Settings but I only get "404 not found". I've worked with other Admin SDK APIs' operations inside batch requests with no…
0
votes
1 answer

Add Send-As email (request) with domain name outside of current account

Due to a merge, we have domain A under one Google Apps acccount, domain B under another one. I can create accounts for all the users in domain B to domain A to start a migration afterward. Adding aliasses with domains under account A is no problem.…
0
votes
1 answer

setting SendAs immediately after creating and moving user to OU having Mail service enabled

I'm using the Google Apps Provisioning API to 1) create new users in our domain and 2), immediately after creation, move them into a sub OU which has the Mail service enabled. I would also like to use the Mail Settings API to 3) set a default…
0
votes
2 answers

Can I use Google's email-settings sendas API with oauth2

I have a valid oauth2 access_token, that has been authorized with the 'https://apps-apis.google.com/a/feeds/emailsettings/2.0/' scope. I can successfully use this access_token to make requests against other profile api endpoints. I'm trying to…
Tim Haines
  • 1,496
  • 3
  • 14
  • 16
0
votes
1 answer

Change only default's user's signature via API in Gmail

I have added another email address I own to my gmail account. I have a signature for the default account and another one for the secondary. Now, what I want to do is to change via API the signature of the default account. If I use email setting API…
user1930068
  • 342
  • 3
  • 11
0
votes
1 answer

creating a filter using the gdata java client library and email settings api

This is my first time with google apis and I am having trouble implementing the email settings api in eclipse .Please tell me exactly which jar files are to be included and how ? I am getting GmailSettingsService class not found error.Please Help…
0
votes
1 answer

GoogleMailSettingsService giving Error 403 on everything

I am trying to retrieve labels with GoogleMailSettingsService through C# code but I am getting a 403 Forbidden error. I am using a Admin username / password, the "Use provisioning API" option is checked, and we have a business account.…
0
votes
1 answer

Removing Forwarding Addresses

I am able to get a GDEntry object using RetrieveForwarding in the gdata.apps.emailsettings.client.EmailSettingsClient class. I am able to see which XML objects contain the "ForwardTo" address in this object using Regex or an XML module. An example…
0
votes
1 answer

Using Google.GData in C# to update POP3 settings

I'm creating a desktop app using C#. I've downloaded the Google.GData.Application to start working with the API. From this link I found this code: var service = new GoogleMailSettingsService("my domain", "API KEY"); …
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
0
votes
1 answer

Update WebClip : Execution of request failed

I'am new with the API ! I'am trying to build some console app to auto setting emails for my domain ! I add our domain to google app and link it with google server ! ( So I'm able to receive and send mail ) I tried to do one think : Disable WebClip…
Aladdin Gallas
  • 701
  • 2
  • 12
  • 36
0
votes
1 answer

What permission's are needed to access the Google Email Settings API?

There doesn't seem to be a clear documentation for what permissions are actually required for this API, or an obvious way to allow it in the domain dashboard. I have a script that works when a "Super Administrator" uses it - but not when a…
Mesh
  • 6,262
  • 5
  • 34
  • 53
-1
votes
1 answer

Google email settings api error 403 with php curl

I am trying to update a signature through the Google email settings api. The domain is an EDU account, the user in question is a super admin. After successfully retrieving an OAuth 2.0 token, i issue this php curl code: $mydomain =…
-1
votes
1 answer

Disable webclips for Google Apps for Education Domain

Edition: Google Apps for Education Users Affected: All users Problem Description: Do we need to disable webclips for Google Apps for Education Domain. We are using ADMIN SDK api to create and manage users. After user is created we are using EMAIL…
-1
votes
1 answer

Google App Emails Recovery for a domain

I have a Domain Name manuelcillero.com i have 200 free Google app emails in this. one of my friend he know all my passwords so wantedly he deleted total account and unsubscribed from Google App. How can i recover this? Please help me out.
Navruk
  • 927
  • 6
  • 17
  • 29
1 2 3 4
5