Groups Audit Activity Events
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本文會列出各種類型的群組稽核活動事件的事件和參數。您可以使用 applicationName=groups
呼叫 Activities.list(),擷取這些事件。
ACL 變更
這類事件會透過 type=acl_change
傳回。
已變更群組權限設定
活動詳細資料 |
事件名稱 |
change_acl_permission |
參數 |
acl_permission |
string
已更新群組權限設定。
可能的值:
can_add_members 「哪些人可以新增成員」設定。
can_add_references 可新增參考資料的設定。
can_approve_members 「誰可以核准成員」設定。
can_approve_messages 可核准訊息的設定。
can_assign_topics 可指派主題設定。
can_attach_files 「誰可以附加檔案」設定。
can_authoritative_reply 誰可以建立權威性回覆設定。
can_ban_users 可將使用者停權的設定。
can_change_tags_and_categories 誰可以變更標記和類別設定。
can_contact_owner 誰可以聯絡群組擁有者設定。
can_delete_any_post 可刪除任何訊息的設定。
can_delete_topics 誰可以刪除主題設定。
can_edit_forum_alerts 誰可以編輯論壇快訊設定。
can_edit_others_post 誰可以編輯他人的留言設定。
can_edit_own_post 誰可以編輯自己的留言設定。
can_enter_free_tags 可輸入任意形式的標記設定。
can_have_custom_photo 誰可以自訂相片設定。
can_hide_abuse 誰可以隱藏濫用設定。
can_invite_members 「誰可邀請成員」設定。
can_join 誰可以加入設定。
can_lock_topics 可鎖定主題的使用者設定。
can_mark_duplicate 誰可以將主題標示為重複項目設定。
can_mark_favorite_reply_on_own_topics 可在自己的主題中標示最愛回覆的使用者設定。
can_mark_favorite_reply_others 可將其他主題標示為最愛回覆的使用者設定。
can_mark_no_response_needed 可標示為不需回覆的使用者設定。
can_mark_topics_as_sticky 可將主題標示為置頂的使用者。
can_me_too 誰可以標記貼文為「我也這樣想」設定。
can_modify_members 誰可以修改成員設定。
can_modify_roles 誰可以修改角色設定。
can_move_individual_messages 可移動個別訊息的設定。
can_move_topics_in 誰可以移動設定中的主題。
can_move_topics_out 可移出主題設定。
can_post 「誰可以張貼內容」設定。
can_post_announcements 誰可以張貼公告設定。
can_post_as_group 誰可以用群組身分留言。
can_post_moderated 誰可以張貼經審核的設定。
can_post_rich_text 可張貼 RTF 格式訊息的使用者設定。
can_reply_to_author 「誰可以回覆作者」設定。
can_reply_to_auto_closed 誰可以回覆已自動結束討論的貼文。
can_send_private_messages 可傳送私人訊息的使用者設定。
can_take_topics 可接管主題設定。
can_unassign_topics 可取消指派主題的設定。
can_unmark_favorite_reply 誰可以取消標示最愛回覆設定。
can_use_canned_responses 可使用罐頭回應的對象設定。
can_view_member_emails 「誰可以查看成員的電子郵件」設定。
can_view_members 「誰可以查看成員」設定。
can_view_topics 「誰可以查看主題」設定。
|
group_email |
string
目標群組的電子郵件地址。
|
new_value_repeated |
string
群組設定的新值 (多個值)。可能的值:
managers 群組管理員。
members 群組成員。
none
only_invited 僅限受邀者。
organization 機構中的所有人。
organization_can_ask 機構中的所有人皆可要求加入。
owners 群組擁有者。
public 所有人都具備此權限。
public_can_ask 所有人皆可要求加入。
|
old_value_repeated |
string
群組設定的舊值 (多個值)。可能的值:
managers 群組管理員。
members 群組成員。
none
only_invited 僅限受邀者。
organization 機構中的所有人。
organization_can_ask 機構中的所有人皆可要求加入。
owners 群組擁有者。
public 所有人都具備此權限。
public_can_ask 所有人皆可要求加入。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_acl_permission&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {acl_permission} from {old_value_repeated} to {new_value_repeated} in group {group_email}
|
管理員動作
這類事件會透過 type=moderator_action
傳回。
動作執行使用者已接受加入群組的邀請
動作執行使用者已接受加入群組的邀請。
活動詳細資料 |
事件名稱 |
accept_invitation |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=accept_invitation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} accepted an invitation to group {group_email}
|
執行者已核准其他使用者的申請
使用者核准另一位使用者的加入要求。
活動詳細資料 |
事件名稱 |
approve_join_request |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=approve_join_request&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} approved join request from {user_email} to group {group_email}
|
動作執行使用者已加入群組
將自己加入群組的使用者。
活動詳細資料 |
事件名稱 |
join |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=join&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} added himself or herself to group {group_email}
|
執行者已透過郵件指令加入群組
執行者已透過郵件指令將自己加入群組。
活動詳細資料 |
事件名稱 |
join_via_mail |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=join_via_mail&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} added himself or herself to group {group_email} via mail command
|
動作執行使用者已要求加入群組
動作執行使用者要求加入群組。
活動詳細資料 |
事件名稱 |
request_to_join |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=request_to_join&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} requested to join group {group_email}
|
執行者已透過郵件指令要求加入群組
活動詳細資料 |
事件名稱 |
request_to_join_via_mail |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=request_to_join_via_mail&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} requested to join group {group_email} via mail command
|
已變更群組基本設定
活動詳細資料 |
事件名稱 |
change_basic_setting |
參數 |
basic_setting |
string
已更新群組基本設定。
可能的值:
allow_external_members 允許外部成員。
allow_posting_by_email 允許透過電子郵件張貼訊息。
allow_web_posting 允許使用者透過網站在群組中張貼留言。
archive_messages 封存群組訊息。
authors_receive_bounce_replies 作者應會收到退信通知。
categories_enabled 已啟用類別。
every_display_name_must_be_unique 每個顯示名稱皆不可重複。
include_custom_footer 加入自訂頁尾文字設定。
include_group_web_url_in_footer 在電子郵件頁尾中加入群組網址。
send_reject_notification_to_author 管理員拒絕訊息時通知作者。
show_in_groups_directory 將這個群組列入目錄。
suppress_footer_separator 不使用電子郵件頁尾分隔符。
tags_enabled 已啟用標記。
|
group_email |
string
目標群組的電子郵件地址。
|
new_value |
string
群組設定的新值。可能的值:
|
old_value |
string
群組設定的舊值。可能的值:
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_basic_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {basic_setting} from {old_value} to {new_value} in group {group_email}
|
已建立群組
活動詳細資料 |
事件名稱 |
create_group |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=create_group&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} created group {group_email}
|
已刪除群組
活動詳細資料 |
事件名稱 |
delete_group |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=delete_group&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} deleted group {group_email}
|
已變更群組電子郵件訂閱類型
已變更成員的電子郵件訂閱類型設定。
活動詳細資料 |
事件名稱 |
change_email_subscription_type |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
new_value |
string
群組設定的新值。可能的值:
abridged 一天不超過一封電子郵件。
all_messages 即時接收所有郵件。
digest 系統最多會將 25 封郵件合併為一封電子郵件。
no_messages 沒有電子郵件訊息。
remove 表示應移除訂閱。
|
old_value |
string
群組設定的舊值。可能的值:
abridged 一天不超過一封電子郵件。
all_messages 即時接收所有郵件。
digest 系統最多會將 25 封郵件合併為一封電子郵件。
no_messages 沒有電子郵件訊息。
remove 表示應移除訂閱。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_email_subscription_type&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} in group {group_email} changed the email subscription type for user {user_email} from {old_value} to {new_value}
|
已變更群組身分設定
已變更身分設定。
活動詳細資料 |
事件名稱 |
change_identity_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
identity_setting |
string
身分設定。
可能的值:
required_forms_of_identity 選擇必要身分識別形式的設定。
|
new_value |
string
群組設定的新值。可能的值:
display_name_only 群組中只有顯示名稱是有效的識別資訊。
display_name_or_google_profile 顯示名稱或 Google 個人資料都是群組中有效的身分形式。
organization_profile_only 只有機構設定檔可在群組中做為有效身分。
|
old_value |
string
群組設定的舊值。可能的值:
display_name_only 群組中只有顯示名稱是有效的識別資訊。
display_name_or_google_profile 顯示名稱或 Google 個人資料都是群組中有效的身分形式。
organization_profile_only 只有機構設定檔可在群組中做為有效身分。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_identity_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {identity_setting} from {old_value} to {new_value} in group {group_email}
|
已新增群組資訊設定
已新增群組資訊設定。
活動詳細資料 |
事件名稱 |
add_info_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
info_setting |
string
已更新群組資訊設定。
可能的值:
custom_footer 自訂頁尾。
custom_reply_to_address 自訂回覆地址。
group_email 群組電子郵件地址。
group_language 群組語言。
group_name 群組名稱。
max_message_size 訊息大小上限。
subject_prefix 主旨前置字串。
|
value |
string
群組設定的值。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=add_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} added {info_setting} with value {value} in group {group_email}
|
已變更群組資訊設定
已變更群組資訊設定。
活動詳細資料 |
事件名稱 |
change_info_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
info_setting |
string
已更新群組資訊設定。
可能的值:
custom_footer 自訂頁尾。
custom_reply_to_address 自訂回覆地址。
group_email 群組電子郵件地址。
group_language 群組語言。
group_name 群組名稱。
max_message_size 訊息大小上限。
subject_prefix 主旨前置字串。
|
new_value |
string
群組設定的新值。
|
old_value |
string
群組設定的舊值。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {info_setting} from {old_value} to {new_value} in group {group_email}
|
已移除群組資訊設定
已移除群組資訊設定。
活動詳細資料 |
事件名稱 |
remove_info_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
info_setting |
string
已更新群組資訊設定。
可能的值:
custom_footer 自訂頁尾。
custom_reply_to_address 自訂回覆地址。
group_email 群組電子郵件地址。
group_language 群組語言。
group_name 群組名稱。
max_message_size 訊息大小上限。
subject_prefix 主旨前置字串。
|
value |
string
群組設定的值。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=remove_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} removed {info_setting} with value {value} in group {group_email}
|
已變更群組新成員的限制設定
已變更新成員限制設定。
活動詳細資料 |
事件名稱 |
change_new_members_restrictions_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
new_members_restrictions_setting |
string
新成員限制設定。
可能的值:
new_members_can_post 設定,用於控管新成員是否可以張貼內容。
new_members_can_post_moderated 設定,用於控管新成員是否可以張貼經過審核的主題。
|
new_value |
string
群組設定的新值。可能的值:
inherit 這項設定是從其他群組設定沿用。
overriden_to_false 這項設定已覆寫為 false。這項設定適用於預設為 true/false 值的布林值設定。
overriden_to_true 這項設定已覆寫為 true。這項設定適用於預設為 true/false 值的布林值設定。
|
old_value |
string
群組設定的舊值。可能的值:
inherit 這項設定是從其他群組設定沿用。
overriden_to_false 這項設定已覆寫為 false。這項設定適用於預設為 true/false 值的布林值設定。
overriden_to_true 這項設定已覆寫為 true。這項設定適用於預設為 true/false 值的布林值設定。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_new_members_restrictions_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {new_members_restrictions_setting} from {old_value} to {new_value} in group {group_email}
|
已變更群組訊息回覆設定
已變更訊息回覆設定。
活動詳細資料 |
事件名稱 |
change_post_replies_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
new_value |
string
群組設定的新值。可能的值:
reply_to_author_only 用於設定只回覆訊息作者的設定。
reply_to_custom_address 用於將回覆設為自訂地址。
reply_to_entire_group 用於設定回覆整個群組的設定。
reply_to_managers 用於設定只回覆群組管理員的設定。
reply_to_owners 用於將回覆設為僅傳送給群組擁有者。
users_decide_where_to_reply 設定,可讓使用者指定要傳送回覆的對象。
|
old_value |
string
群組設定的舊值。可能的值:
reply_to_author_only 用於設定只回覆訊息作者的設定。
reply_to_custom_address 用於將回覆設為自訂地址。
reply_to_entire_group 用於設定回覆整個群組的設定。
reply_to_managers 用於設定只回覆群組管理員的設定。
reply_to_owners 用於將回覆設為僅傳送給群組擁有者。
users_decide_where_to_reply 設定,可讓使用者指定要傳送回覆的對象。
|
post_replies_setting |
string
訊息回覆設定。
可能的值:
where_should_replies_be_sent 設定,用於控制訊息應傳送至哪些電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_post_replies_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {post_replies_setting} from {old_value} to {new_value} in group {group_email}
|
已變更群組垃圾內容管理設定
垃圾內容審核設定有所變更。
活動詳細資料 |
事件名稱 |
change_spam_moderation_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
new_value |
string
群組設定的新值。可能的值:
moderate_and_do_not_send_notifications 將垃圾訊息傳送至審核佇列,但不要傳送通知給管理員。
moderate_and_send_notifications 將垃圾訊息傳送至審核佇列,並傳送通知給管理員。
reject_immediately 立即拒絕垃圾郵件。
skip_moderation_queue 不要排進審核佇列,直接張貼到群組中。
|
old_value |
string
群組設定的舊值。可能的值:
moderate_and_do_not_send_notifications 將垃圾訊息傳送至審核佇列,但不要傳送通知給管理員。
moderate_and_send_notifications 將垃圾訊息傳送至審核佇列,並傳送通知給管理員。
reject_immediately 立即拒絕垃圾郵件。
skip_moderation_queue 不要排進審核佇列,直接張貼到群組中。
|
spam_moderation_setting |
string
垃圾內容審核設定。
可能的值:
how_to_handle_suspected_spam_messages 設定,決定如何處理疑似為垃圾內容的訊息。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_spam_moderation_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {spam_moderation_setting} from {old_value} to {new_value} in group {group_email}
|
已變更群組主題設定
主題設定已變更。
活動詳細資料 |
事件名稱 |
change_topic_setting |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
new_value |
string
群組設定的新值。可能的值:
discussions 討論。
discussions_questions 討論和問題。
questions 問題。
|
old_value |
string
群組設定的舊值。可能的值:
discussions 討論。
discussions_questions 討論和問題。
questions 問題。
|
topic_setting |
string
主題設定。
可能的值:
allowed_topic_types 允許的主題類型。
default_topic_type 預設主題類型。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=change_topic_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} changed {topic_setting} from {old_value} to {new_value} in group {group_email}
|
已審核郵件
審核訊息的說明。
活動詳細資料 |
事件名稱 |
moderate_message |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
message_id |
string
電子郵件訊息的 SMTP 郵件 ID。
|
message_moderation_action |
string
訊息審核動作。
可能的值:
approved 管理員已核准訊息。
rejected 訊息遭管理員拒絕。
|
status |
string
說明作業輸出的狀態。可能的值:
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=moderate_message&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} moderated message in {group_email} with action: {message_moderation_action} and result: {status}. Message details: Message Id: {message_id}
|
一律張貼使用者的訊息
活動詳細資料 |
事件名稱 |
always_post_from_user |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
status |
string
說明作業輸出的狀態。可能的值:
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=always_post_from_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} made posts from {user_email} to always be posted in {group_email} with result: {status}
|
已將使用者加入群組
已將使用者加入群組。
活動詳細資料 |
事件名稱 |
add_user |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
member_role |
string
群組的成員角色。
可能的值:
manager 管理員。
member 成員。
owner 擁有者。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=add_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} added {user_email} to group {group_email} with role {member_role}
|
已在訊息審核過程中將使用者從群組中停權
已在訊息監管過程中將使用者從群組中停權。
活動詳細資料 |
事件名稱 |
ban_user_with_moderation |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
status |
string
說明作業輸出的狀態。可能的值:
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=ban_user_with_moderation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} banned user {user_email} from group {group_email} with result: {status} during message moderation
|
已取消邀請使用者加入群組
已撤銷邀請使用者加入群組的邀請。
活動詳細資料 |
事件名稱 |
revoke_invitation |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=revoke_invitation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} revoked invitation to {user_email} from group {group_email}
|
已邀請使用者加入群組
活動詳細資料 |
事件名稱 |
invite_user |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=invite_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} invited {user_email} to group {group_email}
|
使用者加入群組的要求遭到拒絕
活動詳細資料 |
事件名稱 |
reject_join_request |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=reject_join_request&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} rejected join request from {user_email} to group {group_email}
|
已重新邀請使用者加入群組
活動詳細資料 |
事件名稱 |
reinvite_user |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=reinvite_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} reinvited {user_email} to group {group_email}
|
已將使用者從群組中移除
活動詳細資料 |
事件名稱 |
remove_user |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
user_email |
string
使用者的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=remove_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} removed {user_email} from group {group_email}
|
使用者已透過郵件指令取消訂閱群組的郵件
活動詳細資料 |
事件名稱 |
unsubscribe_via_mail |
參數 |
group_email |
string
目標群組的電子郵件地址。
|
|
要求範例 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups?eventName=unsubscribe_via_mail&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台訊息格式 |
{actor} unsubscribed group {group_email} via mail command
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-25 (世界標準時間)。
[null,null,["上次更新時間:2025-03-25 (世界標準時間)。"],[],[],null,[]]