Add a Census
Associate a census of employees and their dependents with a group
Configuring Requests
{
"members": [
{
"zip_code": "10010",
"fips_code": "36061",
"date_of_birth": "1970-01-01",
"gender": "F",
"cobra": false,
"last_used_tobacco": null,
"retiree": false,
"external_id": "003",
"location_id": "<locations[].id>",
"dependents": [
{
"date_of_birth": "1970-01-01",
"gender": "M",
"last_used_tobacco": null,
"relationship": "spouse",
"same_household": true
}
]
}
]
}Additional Information
Adding or Replacing Members
Member and Dependent Identifiers
Last updated
Was this helpful?