Groups Service
網路論壇
這項服務允許指令碼存取 Google 網路論壇。可用來查詢
資訊,例如群組的電子郵件地址,或是
為直接成員。這個範例顯示有多少群組
目前使用者是下列項目的成員:
var groups = GroupsApp.getGroups();
Logger.log('You are a member of %s Google Groups.', groups.length);
類別
名稱 | 簡短說明 |
Group | 群組物件,其成員與成員使用者就能查詢群組內的角色 |
GroupsApp | 本課程提供 Google 網路論壇資訊的存取權。 |
Role | 群組內使用者的可能角色,例如擁有者或一般成員。 |
屬性
屬性 | 類型 | 說明 |
OWNER | Enum | 群組的擁有者。 |
MANAGER | Enum | 群組的管理員。 |
MEMBER | Enum | 群組成員,但不是擁有者或管理員。 |
INVITED | Enum | 由群組擁有者或管理員邀請加入群組,但尚未加入群組的使用者
已接受邀請。 |
PENDING | Enum | 已要求加入群組的使用者,但尚未獲得擁有者的核准;或者
聯絡。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["The Groups service enables scripts to interact with Google Groups, allowing tasks like retrieving group details and user memberships."],["The `Group` class represents a Google Group, providing methods to access its email, members, roles, and child groups."],["The `GroupsApp` class provides methods for retrieving group information, such as finding a group by email or listing a user's memberships."],["The `Role` enum defines the possible roles a user can have within a group (e.g., OWNER, MEMBER)."]]],[]]