Skip to main content
GET
Get one CommunityGroup
A community group is a named customer group that controls who can view and post in Discussion Board conversations assigned to it.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the CommunityGroup-Read role.

Path Parameters

integer
required
The Id of the CommunityGroup record to retrieve.

Code Examples

Response

200

integer
ID of the location this community group belongs to.
string
Display value for Business.Name..
integer
ID of the user account that administers this group; the administrator can always view and post in it.
string
Required display name of the community group.
string
Optional description of the community group’s purpose shown to customers.
integer
Access level for conversations assigned to this group: Restricted (1) lets all customers view but only the administrator and members post; Public (2) lets all customers view and post; Private (3) lets only the administrator and members view and post. See eCommunityThreadVisibility enum values: 1 = Restricted, 2 = Public, 3 = Private.
integer[]
List of user IDs whose customers are group members; they can post in Restricted groups and view and post in Private groups, while the administrator always has access.
string
Internal GUID linking this automatically maintained group to its Team; change Team.HasCommunityGroup instead.
string
Internal GUID linking this automatically maintained group to its Course; change Course.HasCommunityGroup instead.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response