---
title: "Create Smartadvocate Staff Destination"
method: POST
path: "/smartadvocate/staff-destinations"
tags: ["SmartAdvocate"]
---

# Create Smartadvocate Staff Destination

`POST /smartadvocate/staff-destinations`

Create a staff destination mapping for the customer.

## Request body

- SmartAdvocateStaffDestinationCreateRequest — Create a staff destination mapping
  - `sa_user_id` integer, required
  - `staff_name` string, required
  - `transfer_destination_id` string, uuid, required

## 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)
