Retrieve a list of admin activities.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
End TimeSet the end of the range of time shown in the report. The default value is the approximate time of the action execution.

Note: For Gmail application name, Start Time and End Time must be provided and the difference must not be greater than 30 days.
Event NameThe event name to view activities for.

For more information about each event name, see the list of event names for the Admin application.
FiltersA comma-separated list composed of event parameters manipulated by relational operators. For example:

{parameter1 name}{relational operator}{parameter1 value},{parameter2 name}{relational operator}{parameter2 value},...

These event parameters are associated with a specific Event Name. If the filter’s parameter doesn’t belong to the specified Event Name, an empty report is returned.

For more information about the filters parameter, refer to Google Admin Console’s documentation.
Start TimeSet the beginning of the range of time shown in the report.

Note: For Gmail application name, Start Time and End Time must be provided and the difference must not be greater than 30 days.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.
Max ResultsThe maximum number of results to retrieve in a single execution.
Page TokenA page token, received from a previous execution. Provide this to retrieve the subsequent page. When paginating, all other parameters provided must match the execution that provided the page token.

Example Output

{
  "kind": string,
  "etag": string,
  "ownerDomain": string,
  "ipAddress": string,
  "events": [
    {
      "type": string,
      "name": string,
      "parameters": [
        {
          "messageValue": {
            "parameter": [
              {}
            ]
          },
          "name": string,
          "value": string,
          "multiValue": [
            string
          ],
          "intValue": string,
          "multiIntValue": [
            string
          ],
          "boolValue": boolean,
          "multiMessageValue": [
            {
              "parameter": [
                {}
              ]
            }
          ]
        }
      ],
      "resourceIds": [
        string
      ]
    }
  ],
  "id": {
    "time": string,
    "uniqueQualifier": string,
    "applicationName": string,
    "customerId": string
  },
  "actor": {
    "profileId": string,
    "email": string,
    "callerType": string,
    "key": string,
    "applicationInfo": {
      "oauthClientId": string,
      "applicationName": string,
      "impersonation": boolean
    }
  },
  "networkInfo": {
    {
      "ipAsn": [
        integer
      ],
      "regionCode": string,
      "subdivisionCode": string
    }
  },
  "resourceDetails": [
    {
      "id": string,
      "title": string,
      "type": string,
      "appliedLabels": [
        {}
      ],
      "relation": string
    }
  ]
}

Workflow Library Example

List Admin Activities with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop