Questions tagged [google-admin-audit-api]

27 questions
5
votes
1 answer

Google Email Log Search API

We use google apps for work, and we want to be able to track our users gmail activities, like how many emails they receive, how many emails they reply & fail to reply. I used to use this Google Admin Reports API: Users Usage Report to get the stats…
megaton
  • 69
  • 1
  • 3
3
votes
1 answer

Google Admin Audit api - how do I get the CustomerID in C#

I am new to the Google API and web based programming so excuse my general ignorance. I am trying to use the Google Admin Audit APIs and have not found an example of how to make the call to get the ClientID to be able to make one of the Google API…
Rothgar
  • 31
  • 3
2
votes
0 answers

Best Approach for Google Drive Push Notifications for all users in a domain

I want to set up real time notifications for all the users in my gsuite domains. I have approximately 10k users. The approach, i am currently following is "watching the changes in drive of each user" i.e. using changes.watch api and changes.list api…
1
vote
1 answer

Using google workspace admin API, how to identify slack workspace of the my org users who log into slack using company's email via Gsuite SSO?

I am capturing the logins of my org users into slack using google workspace admin reports API as mentioned in the doc here: https://developers.google.com/admin-sdk/reports/v1/appendix/activity/saml#login_success I want to identify the workspace that…
1
vote
1 answer

Google Admin SDK API for Mail Log Query

Does anyone know if the google Admin SDK API has functionality for querying it's E-Mail log search? The functionality I'm referring to is found [1]. From the reading, It appears to be only available via the Admin Console and I was able to find any…
FRW
  • 11
  • 1
1
vote
1 answer

How can I access the Activity history for a given document ID in Google Drive in order to recover data using the GoogleDrive API?

A bug in the google drive app resulted in a user accidentally orphaning thousands of documents that were in a shared folder. By looking at the Admin console, I'm able to get the IDs of those documents, but not the IDs of the folders in question (I…
Tom Hinkle
  • 61
  • 7
0
votes
0 answers

Google Admin SDK API Errors

I have been trying to troubleshoot an issue with Chrome devices not restarting after each user sessions. -All Chrome devices have a third part APP installed for user sessions and Management -Third party APP communicates with GA using Admin SDK…
0
votes
1 answer

problem to configure public key on google audit email api

I need a help! I'm trying to use the google auditing API (https://developers.google.com/admin-sdk/email-audit) Im getting a problem to configure the public key on API (https://developers.google.com/admin-sdk/email-audit/auth#example), receiving the…
João
  • 3
  • 2
0
votes
1 answer

Google Report list api is throwing 500

Google Admin report list api suddenly started throwing 500. Have tried from api as well as from SDK and both are throwing GoogleJsonResponseException. after debugging found that if we don't specify eventName filter then it is working but after…
0
votes
1 answer

Monitor sender's attachment (names only) with Gmail API or Mail Audit API (or with other APIs)?

I'm trying to create an app to monitor employee's file attachments using Google's APIs. I know that I could download all the emails from the audited user list using Mail Audit API and run scripts on the mails but would there be a better way to get…
user3368526
  • 2,168
  • 10
  • 37
  • 52
0
votes
1 answer

Is it possible to retrieve Google Vault activities using API

It seems that https://developers.google.com/admin-sdk/reports/reference/rest/v1/activities/list does not support google vault, and https://developers.google.com/vault/reference/rest doesn't mention the audit log either. I know how do it manually,…
0
votes
0 answers

userUsageReport() not returning information for a user

I've been trying to use Admin SDK Reports API through google-api-python-client to audit the Drive usage of my G Suite users. I need to know how many quota they have used on a week. The problem is that when I try to search for an specific user that…
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
0 answers

Google-apps-scripts list all settings for all users

I'm new to working with G suite and Google apps script. I haven't found this described on their page. Is there a possibility for a Gsuite admin to list all the settings/policies for users? Thanks.
0
votes
1 answer

API for Login information

I have had a call logged with Google to get all logon/logoff events as there has been an incident in our school where we suspect another user has logged on with the credentials of another user in school and posted unsavoury information. I want to…
1
2