Member Addition
Add a new subscriber to an existing group
Create the Subscriber
{
"subscriber":
{
"external_identifier": "ABC-132A54",
"location_id": "UUID",
"first_name": "John",
"last_name": "Smith",
"social_security_number": "222222222",
"gender": "male",
"marital_status": "married",
"birth_date": "1991-01-01",
"class": {
"employment_classification_id": "EMPLOYMENT_CLASSIFICATION_UUID",
"effective_date": "2020-01-01"
},
"employment_details":
{
"start_date": "2020-01-01",
"status": "full_time"
},
"residential_address": {...},
,
"dependents": [
{
"external_identifier": "Dependent1",
"first_name": "Joanna",
"last_name": "Smith",
"social_security_number": "333333333",
"gender": "female",
"subscriber_relationship": "spouse",
"birth_date": "1992-02-03"
}
]
}
}Create the Qualifying Life Event
Check the Status
Synced
Errors
Last updated
Was this helpful?