Admin Audit Activity Events - Talk Settings
This document lists the events and parameters for
Talk Settings
Admin Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin
.
Talk Settings
Note that this page also contains events for Google Hangouts, as well as the previous Google Chat product.
Events of this type are returned with type=CHAT_SETTINGS
.
A Google Meet interoperability gateway was created.
Event details |
Event name |
MEET_INTEROP_CREATE_GATEWAY |
Parameters |
GATEWAY_NAME |
string
Gateway name.
|
|
Sample request |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_CREATE_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Admin Console message format |
A Hangouts Meet interoperability gateway was created
|
A Google Meet interoperability gateway was deleted.
Event details |
Event name |
MEET_INTEROP_DELETE_GATEWAY |
Parameters |
GATEWAY_NAME |
string
Gateway name.
|
|
Sample request |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_DELETE_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Admin Console message format |
A Hangouts Meet interoperability gateway was deleted
|
A Google Meet interoperability gateway was modified.
Event details |
Event name |
MEET_INTEROP_MODIFY_GATEWAY |
Parameters |
GATEWAY_NAME |
string
Gateway name.
|
|
Sample request |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=MEET_INTEROP_MODIFY_GATEWAY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Admin Console message format |
A Hangouts Meet interoperability gateway was modified
|
Hangouts Setting Change
Event details |
Event name |
CHANGE_CHAT_SETTING |
Parameters |
DOMAIN_NAME |
string
The primary domain name.
|
GROUP_EMAIL |
string
The group's primary email address.
|
NEW_VALUE |
string
The new SETTING_NAME value that was set during this event.
|
OLD_VALUE |
string
The previous SETTING_NAME value that was replaced during this event.
|
ORG_UNIT_NAME |
string
The organizational unit (OU) name (path).
|
SETTING_NAME |
string
The unique name (ID) of the setting that was changed.
|
|
Sample request |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CHAT_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Admin Console message format |
{SETTING_NAME} for talk service for your organization changed from {OLD_VALUE} to {NEW_VALUE}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
[null,null,["Last updated 2024-12-19 UTC."],[[["This document outlines the Admin Audit activity events related to Talk Settings, including Google Hangouts and Google Chat."],["You can retrieve these events using the Activities.list() method with `applicationName=admin` and filtering by `type=CHAT_SETTINGS`."],["The events cover actions such as creating, deleting, and modifying Google Meet interoperability gateways."],["The `CHANGE_CHAT_SETTING` event tracks modifications to Talk service settings, providing details about the old and new values."]]],[]]