blob: 4d4d60868a1bd6ea2cb307dca289dab3c117cc4a [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="groupssettings_v1.html">Groups Settings API</a> . <a href="groupssettings_v1.groups.html">groups</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(groupUniqueId)</a></code></p>
79<p class="firstline">Gets one resource by id.</p>
80<p class="toc_element">
81 <code><a href="#patch">patch(groupUniqueId, body)</a></code></p>
82<p class="firstline">Updates an existing resource. This method supports patch semantics.</p>
83<p class="toc_element">
84 <code><a href="#update">update(groupUniqueId, body)</a></code></p>
85<p class="firstline">Updates an existing resource.</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="get">get(groupUniqueId)</code>
89 <pre>Gets one resource by id.
90
91Args:
92 groupUniqueId: string, The resource ID (required)
93
94Returns:
95 An object of the form:
96
97 { # JSON template for Group resource
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098 "whoCanBanUsers": "A String", # Permission to ban users. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
99 "whoCanAssistContent": "A String", # Permission for content assistants. Possible values are: Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400100 "allowExternalMembers": "A String", # Are external members allowed to join the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700101 "whoCanEnterFreeFormTags": "A String", # Permission to enter free form tags for topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
102 "whoCanApproveMessages": "A String", # Permission to approve pending messages in the moderation queue. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
103 "whoCanMarkDuplicate": "A String", # Permission to mark a topic as a duplicate of another topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
104 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
105 "whoCanModifyTagsAndCategories": "A String", # Permission to change tags and categories. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
106 "whoCanMarkNoResponseNeeded": "A String", # Permission to mark a topic as not needing a response. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
107 "whoCanPostAnnouncements": "A String", # Permission to post announcements, a special topic type. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
108 "whoCanModerateContent": "A String", # Permission for content moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400109 "primaryLanguage": "A String", # Primary language for the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700110 "whoCanMarkFavoriteReplyOnOwnTopic": "A String", # Permission to mark a post for a topic they started as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
111 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
112 "whoCanUnmarkFavoriteReplyOnAnyTopic": "A String", # Permission to unmark any post from a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
113 "favoriteRepliesOnTop": "A String", # If favorite replies should be displayed above other replies.
114 "whoCanMarkFavoriteReplyOnAnyTopic": "A String", # Permission to mark any other user's post as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700115 "includeCustomFooter": "A String", # Whether to include custom footer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700116 "whoCanDiscoverGroup": "A String", # Permission for who can discover the group. Possible values are: ALL_MEMBERS_CAN_DISCOVER ALL_IN_DOMAIN_CAN_DISCOVER ANYONE_CAN_DISCOVER
117 "whoCanMoveTopicsOut": "A String", # Permission to move topics out of the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400118 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
119 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
120 "archiveOnly": "A String", # If the group is archive only
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700121 "whoCanDeleteTopics": "A String", # Permission to delete topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
122 "whoCanDeleteAnyPost": "A String", # Permission to delete replies to topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400123 "isArchived": "A String", # If the contents of the group are archived.
124 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700125 "whoCanMakeTopicsSticky": "A String", # Permission to make topics appear at the top of the topic list. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
126 "customRolesEnabledForSettingsToBeMerged": "A String", # If any of the settings that will be merged have custom roles which is anything other than owners, managers, or group scopes.
John Asmuth614db982014-04-24 15:46:26 -0400127 "email": "A String", # Email id of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700128 "whoCanAssignTopics": "A String", # Permission to assign topics in a forum to another user. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
129 "whoCanModifyMembers": "A String", # Permission to modify members (change member roles). Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700130 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
John Asmuth614db982014-04-24 15:46:26 -0400131 "description": "A String", # Description of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700132 "whoCanUnassignTopic": "A String", # Permission to unassign any topic in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400133 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
134 "customReplyTo": "A String", # Default email to which reply to any message should go.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700135 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700136 "enableCollaborativeInbox": "A String", # If a primary Collab Inbox feature is enabled.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700137 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400138 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700139 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_OWNERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
140 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_OWNERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400141 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700142 "whoCanMoveTopicsIn": "A String", # Permission to move topics into the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
143 "whoCanTakeTopics": "A String", # Permission to take topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
144 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE ALL_OWNERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400145 "kind": "groupsSettings#groups", # The type of the resource.
146 "name": "A String", # Name of the Group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700147 "whoCanApproveMembers": "A String", # Permission to approve members. Possible values are: ALL_OWNERS_CAN_APPROVE ALL_MANAGERS_CAN_APPROVE ALL_MEMBERS_CAN_APPROVE NONE_CAN_APPROVE
John Asmuth614db982014-04-24 15:46:26 -0400148 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700149 "allowWebPosting": "A String", # If posting from web is allowed.
150 "whoCanModerateMembers": "A String", # Permission for membership moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
151 "whoCanAddReferences": "A String", # Permission to add references to a topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
152 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400153 "showInGroupDirectory": "A String", # Is the group listed in groups directory
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700154 "whoCanLockTopics": "A String", # Permission to lock topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400155 "maxMessageBytes": 42, # Maximum message size allowed.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700156 "customFooterText": "A String", # Custom footer text.
John Asmuth614db982014-04-24 15:46:26 -0400157 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700158 "whoCanHideAbuse": "A String", # Permission to hide posts by reporting them as abuse. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400159 }</pre>
160</div>
161
162<div class="method">
163 <code class="details" id="patch">patch(groupUniqueId, body)</code>
164 <pre>Updates an existing resource. This method supports patch semantics.
165
166Args:
167 groupUniqueId: string, The resource ID (required)
168 body: object, The request body. (required)
169 The object takes the form of:
170
171{ # JSON template for Group resource
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700172 "whoCanBanUsers": "A String", # Permission to ban users. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
173 "whoCanAssistContent": "A String", # Permission for content assistants. Possible values are: Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400174 "allowExternalMembers": "A String", # Are external members allowed to join the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700175 "whoCanEnterFreeFormTags": "A String", # Permission to enter free form tags for topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
176 "whoCanApproveMessages": "A String", # Permission to approve pending messages in the moderation queue. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
177 "whoCanMarkDuplicate": "A String", # Permission to mark a topic as a duplicate of another topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
178 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
179 "whoCanModifyTagsAndCategories": "A String", # Permission to change tags and categories. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
180 "whoCanMarkNoResponseNeeded": "A String", # Permission to mark a topic as not needing a response. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
181 "whoCanPostAnnouncements": "A String", # Permission to post announcements, a special topic type. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
182 "whoCanModerateContent": "A String", # Permission for content moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400183 "primaryLanguage": "A String", # Primary language for the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700184 "whoCanMarkFavoriteReplyOnOwnTopic": "A String", # Permission to mark a post for a topic they started as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
185 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
186 "whoCanUnmarkFavoriteReplyOnAnyTopic": "A String", # Permission to unmark any post from a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
187 "favoriteRepliesOnTop": "A String", # If favorite replies should be displayed above other replies.
188 "whoCanMarkFavoriteReplyOnAnyTopic": "A String", # Permission to mark any other user's post as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700189 "includeCustomFooter": "A String", # Whether to include custom footer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700190 "whoCanDiscoverGroup": "A String", # Permission for who can discover the group. Possible values are: ALL_MEMBERS_CAN_DISCOVER ALL_IN_DOMAIN_CAN_DISCOVER ANYONE_CAN_DISCOVER
191 "whoCanMoveTopicsOut": "A String", # Permission to move topics out of the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400192 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
193 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
194 "archiveOnly": "A String", # If the group is archive only
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700195 "whoCanDeleteTopics": "A String", # Permission to delete topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
196 "whoCanDeleteAnyPost": "A String", # Permission to delete replies to topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400197 "isArchived": "A String", # If the contents of the group are archived.
198 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700199 "whoCanMakeTopicsSticky": "A String", # Permission to make topics appear at the top of the topic list. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
200 "customRolesEnabledForSettingsToBeMerged": "A String", # If any of the settings that will be merged have custom roles which is anything other than owners, managers, or group scopes.
John Asmuth614db982014-04-24 15:46:26 -0400201 "email": "A String", # Email id of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700202 "whoCanAssignTopics": "A String", # Permission to assign topics in a forum to another user. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
203 "whoCanModifyMembers": "A String", # Permission to modify members (change member roles). Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700204 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
John Asmuth614db982014-04-24 15:46:26 -0400205 "description": "A String", # Description of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700206 "whoCanUnassignTopic": "A String", # Permission to unassign any topic in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400207 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
208 "customReplyTo": "A String", # Default email to which reply to any message should go.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700209 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700210 "enableCollaborativeInbox": "A String", # If a primary Collab Inbox feature is enabled.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700211 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400212 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700213 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_OWNERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
214 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_OWNERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400215 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700216 "whoCanMoveTopicsIn": "A String", # Permission to move topics into the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
217 "whoCanTakeTopics": "A String", # Permission to take topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
218 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE ALL_OWNERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400219 "kind": "groupsSettings#groups", # The type of the resource.
220 "name": "A String", # Name of the Group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700221 "whoCanApproveMembers": "A String", # Permission to approve members. Possible values are: ALL_OWNERS_CAN_APPROVE ALL_MANAGERS_CAN_APPROVE ALL_MEMBERS_CAN_APPROVE NONE_CAN_APPROVE
John Asmuth614db982014-04-24 15:46:26 -0400222 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700223 "allowWebPosting": "A String", # If posting from web is allowed.
224 "whoCanModerateMembers": "A String", # Permission for membership moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
225 "whoCanAddReferences": "A String", # Permission to add references to a topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
226 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400227 "showInGroupDirectory": "A String", # Is the group listed in groups directory
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700228 "whoCanLockTopics": "A String", # Permission to lock topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400229 "maxMessageBytes": 42, # Maximum message size allowed.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700230 "customFooterText": "A String", # Custom footer text.
John Asmuth614db982014-04-24 15:46:26 -0400231 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700232 "whoCanHideAbuse": "A String", # Permission to hide posts by reporting them as abuse. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400233 }
234
235
236Returns:
237 An object of the form:
238
239 { # JSON template for Group resource
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700240 "whoCanBanUsers": "A String", # Permission to ban users. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
241 "whoCanAssistContent": "A String", # Permission for content assistants. Possible values are: Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400242 "allowExternalMembers": "A String", # Are external members allowed to join the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700243 "whoCanEnterFreeFormTags": "A String", # Permission to enter free form tags for topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
244 "whoCanApproveMessages": "A String", # Permission to approve pending messages in the moderation queue. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
245 "whoCanMarkDuplicate": "A String", # Permission to mark a topic as a duplicate of another topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
246 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
247 "whoCanModifyTagsAndCategories": "A String", # Permission to change tags and categories. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
248 "whoCanMarkNoResponseNeeded": "A String", # Permission to mark a topic as not needing a response. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
249 "whoCanPostAnnouncements": "A String", # Permission to post announcements, a special topic type. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
250 "whoCanModerateContent": "A String", # Permission for content moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400251 "primaryLanguage": "A String", # Primary language for the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700252 "whoCanMarkFavoriteReplyOnOwnTopic": "A String", # Permission to mark a post for a topic they started as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
253 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
254 "whoCanUnmarkFavoriteReplyOnAnyTopic": "A String", # Permission to unmark any post from a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
255 "favoriteRepliesOnTop": "A String", # If favorite replies should be displayed above other replies.
256 "whoCanMarkFavoriteReplyOnAnyTopic": "A String", # Permission to mark any other user's post as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700257 "includeCustomFooter": "A String", # Whether to include custom footer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700258 "whoCanDiscoverGroup": "A String", # Permission for who can discover the group. Possible values are: ALL_MEMBERS_CAN_DISCOVER ALL_IN_DOMAIN_CAN_DISCOVER ANYONE_CAN_DISCOVER
259 "whoCanMoveTopicsOut": "A String", # Permission to move topics out of the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400260 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
261 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
262 "archiveOnly": "A String", # If the group is archive only
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700263 "whoCanDeleteTopics": "A String", # Permission to delete topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
264 "whoCanDeleteAnyPost": "A String", # Permission to delete replies to topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400265 "isArchived": "A String", # If the contents of the group are archived.
266 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700267 "whoCanMakeTopicsSticky": "A String", # Permission to make topics appear at the top of the topic list. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
268 "customRolesEnabledForSettingsToBeMerged": "A String", # If any of the settings that will be merged have custom roles which is anything other than owners, managers, or group scopes.
John Asmuth614db982014-04-24 15:46:26 -0400269 "email": "A String", # Email id of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700270 "whoCanAssignTopics": "A String", # Permission to assign topics in a forum to another user. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
271 "whoCanModifyMembers": "A String", # Permission to modify members (change member roles). Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700272 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
John Asmuth614db982014-04-24 15:46:26 -0400273 "description": "A String", # Description of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700274 "whoCanUnassignTopic": "A String", # Permission to unassign any topic in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400275 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
276 "customReplyTo": "A String", # Default email to which reply to any message should go.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700277 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700278 "enableCollaborativeInbox": "A String", # If a primary Collab Inbox feature is enabled.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700279 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400280 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700281 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_OWNERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
282 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_OWNERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400283 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700284 "whoCanMoveTopicsIn": "A String", # Permission to move topics into the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
285 "whoCanTakeTopics": "A String", # Permission to take topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
286 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE ALL_OWNERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400287 "kind": "groupsSettings#groups", # The type of the resource.
288 "name": "A String", # Name of the Group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700289 "whoCanApproveMembers": "A String", # Permission to approve members. Possible values are: ALL_OWNERS_CAN_APPROVE ALL_MANAGERS_CAN_APPROVE ALL_MEMBERS_CAN_APPROVE NONE_CAN_APPROVE
John Asmuth614db982014-04-24 15:46:26 -0400290 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700291 "allowWebPosting": "A String", # If posting from web is allowed.
292 "whoCanModerateMembers": "A String", # Permission for membership moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
293 "whoCanAddReferences": "A String", # Permission to add references to a topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
294 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400295 "showInGroupDirectory": "A String", # Is the group listed in groups directory
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700296 "whoCanLockTopics": "A String", # Permission to lock topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400297 "maxMessageBytes": 42, # Maximum message size allowed.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700298 "customFooterText": "A String", # Custom footer text.
John Asmuth614db982014-04-24 15:46:26 -0400299 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700300 "whoCanHideAbuse": "A String", # Permission to hide posts by reporting them as abuse. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400301 }</pre>
302</div>
303
304<div class="method">
305 <code class="details" id="update">update(groupUniqueId, body)</code>
306 <pre>Updates an existing resource.
307
308Args:
309 groupUniqueId: string, The resource ID (required)
310 body: object, The request body. (required)
311 The object takes the form of:
312
313{ # JSON template for Group resource
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700314 "whoCanBanUsers": "A String", # Permission to ban users. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
315 "whoCanAssistContent": "A String", # Permission for content assistants. Possible values are: Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400316 "allowExternalMembers": "A String", # Are external members allowed to join the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700317 "whoCanEnterFreeFormTags": "A String", # Permission to enter free form tags for topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
318 "whoCanApproveMessages": "A String", # Permission to approve pending messages in the moderation queue. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
319 "whoCanMarkDuplicate": "A String", # Permission to mark a topic as a duplicate of another topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
320 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
321 "whoCanModifyTagsAndCategories": "A String", # Permission to change tags and categories. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
322 "whoCanMarkNoResponseNeeded": "A String", # Permission to mark a topic as not needing a response. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
323 "whoCanPostAnnouncements": "A String", # Permission to post announcements, a special topic type. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
324 "whoCanModerateContent": "A String", # Permission for content moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400325 "primaryLanguage": "A String", # Primary language for the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700326 "whoCanMarkFavoriteReplyOnOwnTopic": "A String", # Permission to mark a post for a topic they started as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
327 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
328 "whoCanUnmarkFavoriteReplyOnAnyTopic": "A String", # Permission to unmark any post from a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
329 "favoriteRepliesOnTop": "A String", # If favorite replies should be displayed above other replies.
330 "whoCanMarkFavoriteReplyOnAnyTopic": "A String", # Permission to mark any other user's post as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700331 "includeCustomFooter": "A String", # Whether to include custom footer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700332 "whoCanDiscoverGroup": "A String", # Permission for who can discover the group. Possible values are: ALL_MEMBERS_CAN_DISCOVER ALL_IN_DOMAIN_CAN_DISCOVER ANYONE_CAN_DISCOVER
333 "whoCanMoveTopicsOut": "A String", # Permission to move topics out of the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400334 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
335 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
336 "archiveOnly": "A String", # If the group is archive only
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700337 "whoCanDeleteTopics": "A String", # Permission to delete topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
338 "whoCanDeleteAnyPost": "A String", # Permission to delete replies to topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400339 "isArchived": "A String", # If the contents of the group are archived.
340 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700341 "whoCanMakeTopicsSticky": "A String", # Permission to make topics appear at the top of the topic list. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
342 "customRolesEnabledForSettingsToBeMerged": "A String", # If any of the settings that will be merged have custom roles which is anything other than owners, managers, or group scopes.
John Asmuth614db982014-04-24 15:46:26 -0400343 "email": "A String", # Email id of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700344 "whoCanAssignTopics": "A String", # Permission to assign topics in a forum to another user. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
345 "whoCanModifyMembers": "A String", # Permission to modify members (change member roles). Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700346 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
John Asmuth614db982014-04-24 15:46:26 -0400347 "description": "A String", # Description of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700348 "whoCanUnassignTopic": "A String", # Permission to unassign any topic in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400349 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
350 "customReplyTo": "A String", # Default email to which reply to any message should go.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700351 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700352 "enableCollaborativeInbox": "A String", # If a primary Collab Inbox feature is enabled.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700353 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400354 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700355 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_OWNERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
356 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_OWNERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400357 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700358 "whoCanMoveTopicsIn": "A String", # Permission to move topics into the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
359 "whoCanTakeTopics": "A String", # Permission to take topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
360 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE ALL_OWNERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400361 "kind": "groupsSettings#groups", # The type of the resource.
362 "name": "A String", # Name of the Group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700363 "whoCanApproveMembers": "A String", # Permission to approve members. Possible values are: ALL_OWNERS_CAN_APPROVE ALL_MANAGERS_CAN_APPROVE ALL_MEMBERS_CAN_APPROVE NONE_CAN_APPROVE
John Asmuth614db982014-04-24 15:46:26 -0400364 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700365 "allowWebPosting": "A String", # If posting from web is allowed.
366 "whoCanModerateMembers": "A String", # Permission for membership moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
367 "whoCanAddReferences": "A String", # Permission to add references to a topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
368 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400369 "showInGroupDirectory": "A String", # Is the group listed in groups directory
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700370 "whoCanLockTopics": "A String", # Permission to lock topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400371 "maxMessageBytes": 42, # Maximum message size allowed.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700372 "customFooterText": "A String", # Custom footer text.
John Asmuth614db982014-04-24 15:46:26 -0400373 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700374 "whoCanHideAbuse": "A String", # Permission to hide posts by reporting them as abuse. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400375 }
376
377
378Returns:
379 An object of the form:
380
381 { # JSON template for Group resource
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700382 "whoCanBanUsers": "A String", # Permission to ban users. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
383 "whoCanAssistContent": "A String", # Permission for content assistants. Possible values are: Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400384 "allowExternalMembers": "A String", # Are external members allowed to join the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700385 "whoCanEnterFreeFormTags": "A String", # Permission to enter free form tags for topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
386 "whoCanApproveMessages": "A String", # Permission to approve pending messages in the moderation queue. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
387 "whoCanMarkDuplicate": "A String", # Permission to mark a topic as a duplicate of another topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
388 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
389 "whoCanModifyTagsAndCategories": "A String", # Permission to change tags and categories. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
390 "whoCanMarkNoResponseNeeded": "A String", # Permission to mark a topic as not needing a response. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
391 "whoCanPostAnnouncements": "A String", # Permission to post announcements, a special topic type. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
392 "whoCanModerateContent": "A String", # Permission for content moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400393 "primaryLanguage": "A String", # Primary language for the group.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700394 "whoCanMarkFavoriteReplyOnOwnTopic": "A String", # Permission to mark a post for a topic they started as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
395 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
396 "whoCanUnmarkFavoriteReplyOnAnyTopic": "A String", # Permission to unmark any post from a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
397 "favoriteRepliesOnTop": "A String", # If favorite replies should be displayed above other replies.
398 "whoCanMarkFavoriteReplyOnAnyTopic": "A String", # Permission to mark any other user's post as a favorite reply. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700399 "includeCustomFooter": "A String", # Whether to include custom footer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700400 "whoCanDiscoverGroup": "A String", # Permission for who can discover the group. Possible values are: ALL_MEMBERS_CAN_DISCOVER ALL_IN_DOMAIN_CAN_DISCOVER ANYONE_CAN_DISCOVER
401 "whoCanMoveTopicsOut": "A String", # Permission to move topics out of the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400402 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
403 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
404 "archiveOnly": "A String", # If the group is archive only
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700405 "whoCanDeleteTopics": "A String", # Permission to delete topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
406 "whoCanDeleteAnyPost": "A String", # Permission to delete replies to topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400407 "isArchived": "A String", # If the contents of the group are archived.
408 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700409 "whoCanMakeTopicsSticky": "A String", # Permission to make topics appear at the top of the topic list. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
410 "customRolesEnabledForSettingsToBeMerged": "A String", # If any of the settings that will be merged have custom roles which is anything other than owners, managers, or group scopes.
John Asmuth614db982014-04-24 15:46:26 -0400411 "email": "A String", # Email id of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700412 "whoCanAssignTopics": "A String", # Permission to assign topics in a forum to another user. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
413 "whoCanModifyMembers": "A String", # Permission to modify members (change member roles). Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700414 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
John Asmuth614db982014-04-24 15:46:26 -0400415 "description": "A String", # Description of the group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700416 "whoCanUnassignTopic": "A String", # Permission to unassign any topic in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400417 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
418 "customReplyTo": "A String", # Default email to which reply to any message should go.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700419 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700420 "enableCollaborativeInbox": "A String", # If a primary Collab Inbox feature is enabled.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700421 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400422 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700423 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_OWNERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
424 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_OWNERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400425 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700426 "whoCanMoveTopicsIn": "A String", # Permission to move topics into the group or forum. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
427 "whoCanTakeTopics": "A String", # Permission to take topics in a forum. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
428 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE ALL_OWNERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400429 "kind": "groupsSettings#groups", # The type of the resource.
430 "name": "A String", # Name of the Group
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700431 "whoCanApproveMembers": "A String", # Permission to approve members. Possible values are: ALL_OWNERS_CAN_APPROVE ALL_MANAGERS_CAN_APPROVE ALL_MEMBERS_CAN_APPROVE NONE_CAN_APPROVE
John Asmuth614db982014-04-24 15:46:26 -0400432 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700433 "allowWebPosting": "A String", # If posting from web is allowed.
434 "whoCanModerateMembers": "A String", # Permission for membership moderation. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
435 "whoCanAddReferences": "A String", # Permission to add references to a topic. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
436 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW ALL_OWNERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400437 "showInGroupDirectory": "A String", # Is the group listed in groups directory
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700438 "whoCanLockTopics": "A String", # Permission to lock topics. Possible values are: NONE OWNERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400439 "maxMessageBytes": 42, # Maximum message size allowed.
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700440 "customFooterText": "A String", # Custom footer text.
John Asmuth614db982014-04-24 15:46:26 -0400441 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700442 "whoCanHideAbuse": "A String", # Permission to hide posts by reporting them as abuse. Possible values are: NONE OWNERS_ONLY MANAGERS_ONLY OWNERS_AND_MANAGERS ALL_MEMBERS
John Asmuth614db982014-04-24 15:46:26 -0400443 }</pre>
444</div>
445
446</body></html>