BusinessGroupSettings Object
Default settings to apply to all groups within the business, unless specified otherwise at a lower level.
This object is used by the following operations:
- GET /api/businesses/{BusinessID}/groupsettings
- PUT /api/businesses/{BusinessID}/groupsettings (request and response)
- Operations that reference the Resource object
- Operations that reference the BusinessSettings object
- Operations that reference the Business object
The properties included in the BusinessGroupSettings object are listed below.
Property | Type | Description |
---|---|---|
GroupSupport | string | Indicates whether groups are supported for the business. |
PublicGroupSupport | string | Indicates whether public groups are supported for the business. |
PublicGroupBoardSupport | string | Indicates whether the business supports having a group Board for public groups. For a list of possible values, see Group Settings: GroupBoardSupport. |
PublicGroupRatingsSupport | string | Indicates whether the business supports ratings for public groups. For a list of possible values, see Group Settings: GroupRatingsSupport. |
PublicGroupReviewsSupport | string | Indicates whether the business supports reviews for public groups. For a list of possible values, see Group Settings: GroupReviewsSupport. |
PrivateGroupSupport | string | Indicates whether private groups are supported for the business. |
PrivateGroupBoardSupport | string | Indicates whether the business supports having a group Board for private groups. For a list of possible values, see Group Settings: GroupBoardSupport. |
PrivateGroupRatingsSupport | string | Indicates whether the business supports ratings for private groups. For a list of possible values, see Group Settings: GroupRatingsSupport. |
PrivateGroupReviewsSupport | string | Indicates whether the business supports reviews for private groups. For a list of possible values, see Group Settings: GroupReviewsSupport. |
GroupMemberWorkflowDefKey | string | The unique workflow definition key for the custom workflow for group membership, if a custom workflow for group membership is in use. |
GroupCommentWorkflowDefKey | string | The unique workflow definition key for the custom workflow for comments on group membership, if a custom workflow for comments on group membership is in use. |