Questions tagged [google-email-audit-api]

With the Google Apps Admin Audit API you can survey the activities of all of your account's administrators. The API gives details about changes to a key subset of your Google Apps services and features settings including settings for Calendar, Chat, your delegated administrators, Docs, domain configuration, Gmail, Groups, mobile settings, organization hierarchy, Sites, and user settings. In addition to the setting changes, the API returns specifics about the change activity itself, including the IP address used by the administrator.

This API's functionality is a key building block for your Google Apps account's IT infrastructure.

24 questions
0
votes
1 answer

Email Audit API usage

I am using Email Audit API in a daily basis (setting/deleting monitors). According to the Usage Limits and Quotas, the limit for monitor creation and deletion is 1000 per day. However, its API usage is not showing anywhere. In Google API console,…
Pei Deng
  • 13
  • 3
0
votes
0 answers

How to retrieve attachment name and size using Google email audit API?

I have a code in Java used for email auditing. I do receive mails that are monitored. I am only requesting for HEADERS and what I really want is the attachment name and size, if any. But I am not getting this information in the headers. Any settings…
Sudhanshu Umalkar
  • 4,174
  • 1
  • 23
  • 33
0
votes
1 answer

Google email audit API Admin SDK

Im going to list my user's email using the email audit API for user abc.so far my code is $xml = "
0
votes
0 answers

How to extract email subjects using the Google mail audit API without using FULL_MESSAGE?

When doing an email dump of a user's account using the Google Mail Audit API I have been able to extract the subject data only if I use FULL_MESSAGE when making the request. However, this does downloads much more than what I need (attachments, mail…
0
votes
1 answer

CURL - get Retrieve all email from Google API

I'm using cURL to get all email from user via Google API. Following https://developers.google.com/admin-sdk/email-audit/#retrieving_all_email_monitors_of_a_source_user. According this tutorial, the server return '201 Created' status code to…
0
votes
1 answer

How can I create an Access / Audit log for the entire 500 user google enterprise domain?

We have a situation at our office where we are trying to determine the IP address of where our users have logged in from at home, over the past 4 weeks. In an ideal situation I just want something like this, which I can request back several days or…
0
votes
2 answers

Timeout error , when try to download mailbox using Email Audit Api via google script

I am using Email Audi API to download user's mailbox in encrypted form..When i write code into google script and tried to run then it gives error 504 : Timeout error.. When i did this using OAuth playground then i succeed to download mailbox..So…
Rishi
  • 1,279
  • 3
  • 20
  • 37
0
votes
1 answer

Download mailbox using Email Audit API

I am trying to download mailbox of a user. For this, firstly i generated public key and then uploaded that to domain. Then try to download user's mailbox..But it is taking much time to download even if that user have 5 to 10 mails....When i…
Rishi
  • 1,279
  • 3
  • 20
  • 37
-1
votes
1 answer

How much time does it take for an audit export job to finish?

I have a job scheduled several days ago and the status is still Pending. Is there any way to known how much time approximately one needs to wait? Or find a queue position to estimate the progress yourself? Request ID is 505334862. Thanks, Dennis.
dennis
  • 562
  • 6
  • 21
1
2