Newer Version Available

This content describes an older version of this product. View Latest

Group Input

Root XML Tag
1<group>
JSON
1{
2   "canHaveChatterGuests" : "true",
3   "description" : "This group is building a powerful API.",
4   "information" : {
5      "text" : "Read this section before you post to the group.",
6      "title" : "Information"
7   },
8   "isArchived" : "false",
9   "isAutoArchiveDisabled" : "false",
10   "name" : "Chatter API",
11   "owner" : "00590000000DmPw",
12   "visibility" : "PublicAccess"
13}
Properties
Name Type Description Available Version
canHaveChatterGuests Boolean true if this group allows Chatter customers, false otherwise. After this property is set to true, it cannot be set to false. 29.0
description String The “Description” section of the group 29.0
information Group Information Input The “Information” section of the groupIn the Web UI, the ���Information” section is above the “Description” section. If the group is private, the “Information” section is visible only to members. The “Description” section is visible to everyone. 28.0
isArchived Boolean true if the group is archived, false otherwise. Defaults to false. 29.0
isAutoArchiveDisabled Boolean true if automatic archiving is turned off for the group, false otherwise. Defaults to false. 29.0
name String The name of the group 29.0
owner String The ID of the group owner. This property is available for PATCH requests only. 29.0
visibility String The visibility of the group. One of the following values:
  • PublicAccess
  • PrivateAccess
29.0