v1
latestOpenAPI 3.1.02026-07-22191956.7 KBGroups
Update a group
Updates writable group fields (same fields as create).
patch/groups/{groupId}
Path parameters
groupIdstring required
Group ID, e.g. grp_8c2f41d09a3e.
Request body
Example request
{
"externalId": "co_4821",
"companyName": "Acme Inc",
"legalEntityName": "Acme Incorporated",
"domain": "acme.com",
"ein": "94-2404110",
"address": {
"line1": "548 Market St",
"city": "San Francisco",
"state": "CA",
"zip": "94104"
},
"contact": {
"name": "Dana Park",
"email": "dana@acme.com",
"title": "Head of People"
},
"currentCoverage": {
"planType": "fully_insured",
"carrier": "Anthem",
"pepmCents": 80000,
"renewalDate": "2026-09-01"
}
}Response
Updated group.
Example response
{
"id": "grp_8c2f41d09a3e",
"companyName": "Acme Inc",
"domain": "acme.com",
"externalId": "co_4821",
"address": {
"line1": "548 Market St",
"city": "San Francisco",
"state": "CA",
"zip": "94104"
},
"contact": {
"name": "Dana Park",
"email": "dana@acme.com",
"title": "Head of People"
},
"currentCoverage": {
"planType": "fully_insured",
"carrier": "Anthem",
"pepmCents": 80000,
"renewalDate": "2026-09-01"
},
"censusMemberCount": 12
}