Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Group Enrollment Response
Output representation for the Group Enrollment API. Returns the asynchronous request ID
for the bulk enrollment job, along with any errors that occurred before the job was
scheduled.
- JSON example
-
1{ 2 "errors": [], 3 "requestId": "a01RM0000004Hl1YAE" 4}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | List of errors that occurred while validating the request or scheduling the asynchronous group enrollment job. An empty list indicates that the job was scheduled successfully; per-member processing errors are reported by the asynchronous job itself, not in this response. | Small, 65.0 | 65.0 |
| requestId | String | ID of the asynchronous bulk enrollment request. Use this ID to track the status of the group enrollment job. | Small, 65.0 | 65.0 |