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

# List Users

`GET /v1/users/`

Returns the users in the caller's organization. Pass the optional `query` parameter to filter by substring of name or email.

## Query parameters

- `query` string, nullable — Case-insensitive substring filter on name or email.

## Response `200`

Successful Response

- PublicItemResponseListUserResponse
  - `data` UserResponse[], required
    - `id` string, uuid, required — Unique identifier of the user
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, nullable
  - `meta` ResponseMeta
    - `timestamp` string, date-time — Server timestamp of the response

## Other responses

- `4XX` — Client error

---

[API](https://skmtc.dev/monaco/apis/monaco-public-api.md) · [All operations](https://skmtc.dev/monaco/apis/monaco-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monaco/monaco-public-api/revisions/ec4d9b2b035b/schema)
