---
title: "List Smartadvocate Staff Destinations"
method: GET
path: "/smartadvocate/staff-destinations"
tags: ["SmartAdvocate"]
---

# List Smartadvocate Staff Destinations

`GET /smartadvocate/staff-destinations`

List the customer's staff destination mappings, ordered by staff name.

## Response `200`

Successful Response

- SmartAdvocateStaffDestinationsResponse — All staff destination mappings for the customer
  - `staff_destinations` SmartAdvocateStaffDestinationResponse[], required
    - `smartadvocate_staff_destination_id` string, uuid, required
    - `sa_user_id` integer, required
    - `staff_name` string, required
    - `transfer_destination_id` string, uuid, required

---

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