---
title: "Get Smartadvocate Users"
method: GET
path: "/smartadvocate/users"
tags: ["SmartAdvocate"]
---

# Get Smartadvocate Users

`GET /smartadvocate/users`

Get list of users from SmartAdvocate.

Requires developer access.

## Response `200`

Successful Response

- SmartAdvocateUsersResponse — Response containing list of SmartAdvocate users
  - `connected` boolean, required
  - `users` SmartAdvocateUser[]
    - `id` integer, nullable
    - `username` string, nullable
    - `name` string, nullable
    - `contact_id` integer, nullable
    - `active_state` boolean, nullable
    - `is_locked` boolean, nullable
    - `firm_role` SmartAdvocateRoleInfo — Role/title info from SmartAdvocate
      - `id` integer, nullable
      - `description` string, nullable
    - `title` SmartAdvocateRoleInfo — Role/title info from SmartAdvocate
      - `id` integer, nullable
      - `description` string, nullable
    - `default_case_role` SmartAdvocateRoleInfo — Role/title info from SmartAdvocate
      - `id` integer, nullable
      - `description` string, nullable
    - `last_login_time` string, nullable

---

[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/4a81645b59f6/schema)
