Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In diesem Dokument werden die Ereignisse und Parameter für
Kontakteinstellungen
Administrator-Audit-Aktivitätsereignisse. Sie können diese Ereignisse abrufen, indem Sie
Activities.list() aufrufen
mit applicationName=admin.
Kontakteinstellungen
Ereignisse dieses Typs werden mit type=CONTACTS_SETTINGS zurückgegeben.
Änderung der Kontakteinstellung
Veranstaltungsdetails
Ereignisname
CHANGE_CONTACTS_SETTING
Parameter
DOMAIN_NAME
string
Der Name der primären Domain.
NEW_VALUE
string
Der neue Wert für SETTING_NAME, der während dieses Ereignisses festgelegt wurde.
OLD_VALUE
string
Der vorherige Wert für SETTING_NAME, der während dieses Ereignisses ersetzt wurde.
ORG_UNIT_NAME
string
Der Name der Organisationseinheit (OE) (Pfad).
SETTING_NAME
string
Der eindeutige Name (ID) der geänderten Einstellung.
Beispielanfrage
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CONTACTS_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Nachrichtenformat in der Admin-Konsole
{SETTING_NAME} for contacts service changed from {OLD_VALUE} to {NEW_VALUE}
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-01 (UTC)."],[],[],null,["# Admin Audit Activity Events - Contacts Settings\n\nThis document lists the events and parameters for\nContacts Settings\nAdmin Audit activity events. You can retrieve these events by\ncalling [Activities.list()](/workspace/admin/reports/v1/reference/activities/list)\nwith `applicationName=admin`.\n\nContacts Settings\n-----------------\n\n\nEvents of this type are returned with `type=CONTACTS_SETTINGS`.\n\n### Contacts Setting Change\n\n| Event details ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `CHANGE_CONTACTS_SETTING` |\n| Parameters | |---------------------|---------------------------------------------------------------------------------| | `DOMAIN_``NAME` | `string` The primary domain name. | | `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. | |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**admin** `?eventName=`**CHANGE_CONTACTS_SETTING** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{SETTING_NAME}\u003c/var\u003e` for contacts service changed from `\u003cvar translate=\"no\"\u003e{OLD_VALUE}\u003c/var\u003e` to `\u003cvar translate=\"no\"\u003e{NEW_VALUE}\u003c/var\u003e |"]]