Add a member
Adds one member to the census: the new-hire path. After enrollment, additions propagate to the live company census automatically.
Authorizations
Partner API key. psk_test_<32 hex> for test mode, psk_live_<32 hex> for live mode. Keys are stored hashed and cannot be recovered; store them in your secrets manager on issue.
Headers
Any unique string (UUIDs work well). Replaying the same key within 24 hours returns the stored response instead of re-executing the request.
255Path Parameters
Group ID, e.g. grp_8c2f41d09a3e.
^grp_[0-9a-f]{12}$Body
- Option 1
- Option 2
One employee. zip plus one of dob | age is enough to quote. firstName, lastName, and email are additionally required (per active member) at enrollment time.
"1992-03-14"
5-digit home ZIP. Drives the area factor in rating.
^[0-9]{5}$"94110"
Your employee ID. Used as the upsert key when email is absent.
"emp_0001"
"Jordan"
"Reyes"
Upsert key when present.
"jordan@acme.com"
Alternative to dob. One of the two is required.
34
male, female, other full_time, part_time, contractor "2024-03-01"
active, terminated 6Response
Member stored.
- Option 1
- Option 2
One employee. zip plus one of dob | age is enough to quote. firstName, lastName, and email are additionally required (per active member) at enrollment time.
"1992-03-14"
5-digit home ZIP. Drives the area factor in rating.
^[0-9]{5}$"94110"
Server-assigned ID. Use it for PATCH /groups/{groupId}/members/{memberId}.
"mem_c4a91f27e83d"
Your employee ID. Used as the upsert key when email is absent.
"emp_0001"
"Jordan"
"Reyes"
Upsert key when present.
"jordan@acme.com"
Alternative to dob. One of the two is required.
34
male, female, other full_time, part_time, contractor "2024-03-01"
active, terminated 6