---
title: "List Users"
method: GET
path: "/practicepanther/users"
tags: ["PracticePanther"]
---

# List Users

`GET /practicepanther/users`

List users from PracticePanther for assignment dropdowns. Developer access required.

## Response `200`

Successful Response

- PracticePantherUsersResponse — Response containing list of PracticePanther users
  - `connected` boolean, required
  - `users` PracticePantherUser[]
    - `guid` string, nullable
    - `display_name` 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/b642b91e0a5c/schema)
