---
title: "List Smartadvocate Case Staff Options"
method: GET
path: "/smartadvocate/case-status-routing/staff-options"
tags: ["SmartAdvocate"]
---

# List Smartadvocate Case Staff Options

`GET /smartadvocate/case-status-routing/staff-options`

Distinct staff members holding a role across the customer's synced cases.

Feeds the staff destination mapping dropdown (defaults to Negotiator).

## Query parameters

- `role` string

## Response `200`

Successful Response

- SmartAdvocateStaffOptionsResponse — Distinct staff members holding a role across the customer's synced cases
  - `role` string, required
  - `staff` SmartAdvocateStaffOption[], required
    - `sa_user_id` integer, required
    - `staff_name` string, required
    - `case_count` integer, 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)
