Parameter | Description |
---|---|
Event Name | The name of the event being queried by the API. Each event name is related to a specific Google Workspace service or feature which the API organizes into types of events. |
Parameter | Description |
---|---|
Delegated User Override | Perform 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. |
{
"kind": "admin#reports#activity",
"id": {
"time": "2023-07-05T05:32:34.210Z",
"uniqueQualifier": "-8094899614681261977",
"applicationName": "admin",
"customerId": "C00t3zpd2"
},
"etag": "\"HT17nNOKg3qK25zh6p3L6mirrcELRXThl-03egjpiRg/7neN4KVdiWsCt5d7O2Xr4_ZVb0y\"",
"actor": {
"callerType": "USER",
"email": "blink@test.com",
"profileId": "111333624104757398244"
},
"events": [
{
"type": "DOMAIN_SETTINGS"
"name": "REMOVE_APPLICATION",
"parameters": [
{
"name": "APP_ID",
"value": "37363080244"
},
{
"name": "APPLICATION_NAME",
"value": "Blink Test"
}
]
}
]
}