Skip to main content
PATCH
/
v1
/
worker-beneficiaries
/
{id}
Update a worker beneficiary
curl --request PATCH \
  --url https://api.plane.com/v1/worker-beneficiaries/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": {},
  "type": "<string>",
  "relationship": "<string>",
  "dob": "<string>",
  "status": "<string>"
}
'

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.

Update a beneficiary’s details, or set status to inactive to remove them from future beneficiary selections.

Parameters

id
string
required
ID of the worker beneficiary.
name
object
The beneficiary’s name.
type
string
Beneficiary type. One of individual, trust, estate, or organization.
relationship
string
Relationship to the worker.
dob
string
Date of birth for an individual beneficiary.
status
string
Beneficiary status. One of active or inactive.

Returns

Returns the updated Worker beneficiary object.