Group Census Member Input

Input representation for the details of the group census member.
JSON example
1{
2  "members": [
3    {
4      "accountId": "0015j00000AbCdEfGHI",
5      "additionalFields": [
6        {
7          "key": "EmployeeNumber__c",
8          "value": "E12345"
9        }
10      ],
11      "annualEligibleSalary": 82000.5,
12      "associationWithPrimaryMbr": null,
13      "birthdate": "1990-08-25",
14      "city": "Austin",
15      "contactId": "0035j00000KlMnOpQR",
16      "country": "USA",
17      "dependentCount": 0,
18      "email": "alex.taylor@example.com",
19      "firstName": "Alex",
20      "fullTimeEquivalent": 1,
21      "gender": "Non-Binary",
22      "groupCensusId": "0r65j00000StUvWxYZ",
23      "groupClassId": "a015j00000XyZ12aBC",
24      "groupClassName": "Full-Time Salaried",
25      "grpCensusGrpClassSummaryId": "a025j00000GhIjKkLM",
26      "id": "0r65j00000StUvWxYZ",
27      "isOptOutAllPlans": false,
28      "isPortalUser": false,
29      "joinDate": "2023-03-15",
30      "lastname": "Taylor",
31      "memberKey": "TAYLOR-ALEX-19900825",
32      "memberType": "Primary",
33      "name": "Alex Taylor",
34      "optOutPlanTypes": null,
35      "phoneNumber": "512-555-0199",
36      "policyStartDate": "2025-01-01",
37      "postalCode": "78701",
38      "primaryGroupCensusMemberId": null,
39      "primaryMemberCategory": "Full-Time",
40      "primaryMemberSource": "Workday",
41      "relationshipToPrimaryMember": "Self",
42      "smokerStatus": "Non-Smoker",
43      "sourceSystemIdentifier": "WD-EMP-67890",
44      "state": "TX",
45      "status": "Active",
46      "street": "456 Congress Ave"
47    }
48  ]
49}
Properties
Name Type Description Required or Optional Available Version
accountId String Person account ID. Optional 65.0
additionalFields Additional Fields Map Value[] List of key-value pairs for populating custom fields or other fields. Optional 65.0
annualEligibleSalary Double Annual salary that's eligible for benefits calculations. Optional 65.0
association​WithPrimaryMbr String Association to primary member for dependents, such as Spouse, Child. Optional 65.0
birthdate String Date of birth of the member, in YYYY-MM-DD format. Optional 65.0
city String City of the member's address. Optional 65.0
contactId String ID of the Contact record of the member. Optional 65.0
country String Country of the member's address. Optional 65.0
dependentCount Integer Number of dependents that are associated with the member. Optional 65.0
email String Email address of the member. Optional 65.0
firstName String First name of the member. Required to add member 65.0
fullTimeEquivalent Double Work capacity of the member, where 1.0 indicates a full-time employee. Optional 65.0
gender String Gender of the member. Optional 65.0
groupCensusId String ID of the Group Census that the member belongs to. Optional 65.0
groupClassId String ID for the specific class or category within the group that the member belongs to. Optional 65.0
groupClassName String Name of the group class. Optional 65.0
grpCensus​GrpClass​SummaryId String ID of the related group census group class summary record. Optional 65.0
id String ID of the group census member to update the member details. Required to update member 65.0
isOptOutAllPlans Boolean Indicates whether the member has opted out of all available insurance plans (true) or not (false). Optional 65.0
isPortalUser Boolean Indicates whether a community portal user must be created for this member (true) or not (false). Optional 65.0
joinDate String Date the member joined the group or company. Optional 65.0
lastname String Last name of the member. Required to add member 65.0
memberKey String Unique, externally defined key that's used for identifying and preventing duplicate members, often created by concatenating several fields. Optional 65.0
memberType String Type of member, such as Primary or Dependent. Optional 65.0
name String Full name of the member. Optional 65.0
optOutPlanTypes String Types of plans the member has opted out of. Optional 65.0
phoneNumber String Phone number of the member. Optional 65.0
policyStartDate String Date when the member's policy coverage begins. Optional 65.0
postalCode String Postal or ZIP code of the member's address. Optional 65.0
primary​GroupCensus​MemberId String ID of the primary group census member the dependents are associated with. Optional 65.0
primaryMember​Category String Category of the primary member. Optional 65.0
primaryMember​Source String System or source from which the member's data originated. Optional 65.0
relationship​To​PrimaryMember String Member's relationship to the primary insured. Optional 65.0
smokerStatus String Smoking status of the member, such as Smoker or Non-smoker. Optional 65.0
sourceSystem​Identifier String ID from an external source system, that's used for integration purposes. Optional 65.0
state String State or province the member belongs to. Optional 65.0
status String Current status of the member. Optional 65.0
street String Street address of the member. Optional 65.0