CollaborationGroupMember
Manages group membership, listing users who belong to Chatter collaboration groups.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the collaboration group member record. | |
| CollaborationGroupId | String | False |
ID of the collaboration group the member belongs to. | |
| MemberId | String | False |
User.Id |
ID of the user who is a member of the collaboration group. |
| CollaborationRole | String | False |
Role of the member within the group, such as standard member or manager. | |
| NotificationFrequency | String | False |
Frequency at which the member receives notifications from the group, such as daily or every post. | |
| CreatedDate | Datetime | True |
The date and time when the member was added to the collaboration group. | |
| CreatedById | String | True |
User.Id |
ID of the user who added the member to the group. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the member record. |
| LastFeedAccessDate | Datetime | True |
Date associated with LastFeedAccess. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the member record. | |
| LastModifiedDate | Datetime | True |
The date and time when the member record was last modified. |