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.

Individual Enrollment (POST)

Enroll a group census member in a group benefit insurance plan, creating the necessary policy records.
Resource
1/connect/insurance/group-census-members/memberId/policies
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/group-census-members/0r6RM0000000h1pYAA/policies
Available version
65.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
memberId String ID of the group census member. Required 65.0
Request body for POST
JSON example
1{
2  "flowName": "MyEnrollmentFlow",
3  "plan": "0gpp00000004C9wAAE"
4}
Properties
Name Type Description Required or Optional Available Version
flowName String API name of an optional flow to run as part of the enrollment process.

The default value is Process Group Census Member Data.

Optional 65.0
plan String ID of the root contract group plan. Required 65.0
Response body for POST
Individual Enrollment Response