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 | False |
Optional message included in the group's response to the membership request. | |
| Status | String | False |
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. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the membership request. |
| 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 membership request record. | |
| LastModifiedDate | Datetime | True |
The date and time when the request record was last modified. |