> ## 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 worker contact

> Update a worker contact.

### Parameters

<ParamField path="id" type="string" required>
  ID of the worker contact to update.
</ParamField>

<ParamField body="purpose" type="string">
  Contact purpose. Currently `emergency`.
</ParamField>

<ParamField body="name" type="object">
  The contact's name. Same shape as a worker's name.
</ParamField>

<ParamField body="relationship" type="string">
  Free-text relationship to the worker.
</ParamField>

<ParamField body="phones" type="array">
  Phone numbers for this contact. Phone types are `mobile`, `home`, `work`, or
  `other`.
</ParamField>

<ParamField body="emails" type="array">
  Email addresses for this contact. Email types are `personal`, `work`, or
  `other`.
</ParamField>

<ParamField body="address" type="object">
  Optional mailing address for this contact.
</ParamField>

<ParamField body="priority" type="integer">
  Contact priority within the purpose.
</ParamField>

<ParamField body="status" type="string">
  Contact status. One of `active` or `inactive`.
</ParamField>

### Returns

Returns the updated [Worker contact object](/reference/worker-contacts/object).
