function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
samrat.1985@lntinfotechsamrat.1985@lntinfotech 

How to create groups in chatter

How to create groups in chatter.

Can we assign users to hav access to only particular chatter group.

 

RyanGuestRyanGuest

I assume you're talking about via the API.

 

From taking a look at the what's new in v19.0 API doc you can see:

 

The following Salesforce Chatter objects were added in API version 19.0. To access these objects, Salesforce Chatter must be enabled for your organization.

  • The CollaborationGroup object represents a Salesforce Chatter group.
  • The CollaborationGroupFeed object represents a single feed item in a Salesforce Chatter group feed.
  • The CollaborationGroupMember object represents a single member of a Salesforce Chatter group.
The way the security model works is pretty simple. If a group is public, anybody in the organization can see it. If a group is private, only users in the group can see the group information / posts.
goabhigogoabhigo

Select the Salesforce Chatter from Apps list(Top-right corner,a picklist).

Click on Groups tab.

Click New Group and enter details.

Select Private if only members of that group should be able to see the posts.

 

DONE !