householdMembers Bundle
In household documents, the householdMembers bundle returns an array of one or more Person DocIDs representing all individuals associated with that household.
Document Class: Household
Data Element | Type | Description | Example or Valid Values |
---|---|---|---|
householdMembers | Array of strings | The householdMembers bundle is an array of one or more Person DocIDs representing all of the members of the household. | 003Y00US00fW#Ip1LRxgQ3cWMly08wOLPLjvf6 |
Example
Sample householdMembers bundle in JSON format for a household document.
{
"householdMembers": "003Y00US00fW#Ip1LRxgQ3cWMly08wOLPLjvf6"
}
Updated over 3 years ago