> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Worker beneficiary

A worker beneficiary is a person, trust, estate, or organization that can
receive benefits tied to a worker's elections or coverage.

### Attributes

<ResponseField name="id" type="string">
  Unique identifier for the beneficiary, e.g. `wben_8oWZpQ2rL4sk`.
</ResponseField>

<ResponseField name="object" type="string">
  The object type. Always `worker_beneficiary`.
</ResponseField>

<ResponseField name="worker" type="string">
  ID of the worker this beneficiary belongs to.
</ResponseField>

<ResponseField name="type" type="string">
  Beneficiary type. One of `individual`, `trust`, `estate`, or `organization`.
</ResponseField>

<ResponseField name="name" type="object">
  The beneficiary's name.
</ResponseField>

<ResponseField name="relationship" type="string">
  Relationship to the worker. One of `spouse`, `child`, `domestic_partner`,
  `step_child`, `adopted_child`, `foster_child`, `grandchild`, `civil_union`,
  `legal_guardianship`, `ex_spouse`, or `other`.
</ResponseField>

<ResponseField name="dob" type="string">
  Date of birth for an individual beneficiary.
</ResponseField>

<ResponseField name="status" type="string">
  Beneficiary status. One of `active` or `inactive`.
</ResponseField>

<ResponseField name="created" type="string">
  Timestamp of when the beneficiary was created.
</ResponseField>

<ResponseField name="updated" type="string">
  Timestamp of when the beneficiary was last updated.
</ResponseField>
