CollaborationGroupMemberRequest
Tracks pending requests to join Chatter groups requiring approval.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the collaboration group membership request. | |
| CollaborationGroupId | String | False |
ID of the collaboration group the user has requested to join. | |
| RequesterId | String | False |
User.Id |
ID of the user who submitted the request to join the group. |
| ResponseMessage | String | True |
Optional message included in the group's response to the membership request. | |
| Status | String | True |
Current status of the membership request, such as Pending, Approved, or Rejected. | |
| CreatedDate | Datetime | True |
The date and time when the membership request was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the membership request. |
| LastModifiedDate | Datetime | True |
The date and time when the request record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the membership request. |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the membership request record. |