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. |
| LastModifiedDate | Datetime | True |
The date and time when the member record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the member record. |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the member record. |