---
title: "Update Smartadvocate Staff Destination"
method: PUT
path: "/smartadvocate/staff-destinations/{staff_destination_id}"
tags: ["SmartAdvocate"]
---

# Update Smartadvocate Staff Destination

`PUT /smartadvocate/staff-destinations/{staff_destination_id}`

Update a staff destination mapping. Omitted fields are unchanged.

## Path parameters

- `staff_destination_id` string, uuid, required

## Request body

- SmartAdvocateStaffDestinationUpdateRequest — Update a staff destination mapping. Omitted fields are unchanged.
  - `staff_name` string, nullable
  - `transfer_destination_id` string, uuid, nullable

## Response `200`

Successful Response

- SmartAdvocateStaffDestinationResponse — One staff member -> transfer destination mapping
  - `smartadvocate_staff_destination_id` string, uuid, required
  - `sa_user_id` integer, required
  - `staff_name` string, required
  - `transfer_destination_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
