👍

Required plan

Available only in the SOCIAL plan and up.

This field is a bit different, because it is a short descriptor of another person.

MemberTypeDescription
@typeStringEither one of 'work,’ 'family,’ 'friend,’ or 'other’. Default is 'friend’.
@subtypeStringA free text providing further info on the association. For example, Father.
namesName[]Array of names

Search Requirements

For a Relationship object to be useful for a search, it must include at least a valid name object.

Example

{
    "@type": "family", 
    "@subtype": "Adoptive Father", 
    "names": [
        {
            "first": "Jonathan", 
            "last": "Kent", 
            "display": "Jonathan Kent"
        }
    ] 
}