Newer Version Available
ConnectApi.ChatterGroupInput
Chatter group input.
| Property | Type | Description | Available |
|---|---|---|---|
| announcement | String | The 18-character ID of an announcement. An announcement displays in a designated location in the Salesforce UI until 11:59 p.m. on its expiration date, unless it’s deleted or replaced by another announcement. |
31.0 |
| 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 | ConnectApi.GroupInformationInput | The “Information” section of a group. If the group is private, this section is visible only to members. | 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 | ConnectApi.GroupVisibilityType | Group visibility type.
|
29.0 |