---
title: "List firm users"
method: GET
path: "/advisors"
---

# List firm users

`GET /advisors`

Returns firm users for the firm. Supports optional email filter.

Notes:
- Email filter is case-insensitive and performs an exact match.

## Query parameters

- `email` string, email

## Headers

- `ngrok-skip-browser-warning` string, required

## Response `200`

Array of firm users

- Advisor[]
  - `id` integer, required
  - `full_name` string, required
  - `email` string, email, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/soraban/apis/soraban-private-api.md) · [All operations](https://skmtc.net/soraban/apis/soraban-private-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soraban/soraban-private-api/versions/0dfdfa10c993/schema)
