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 |