---
title: "List users"
method: GET
path: "/user/ls"
tags: ["user"]
---

# List users

`GET /user/ls`

Get all users under a project. If limit is not provided or 0, all users will be returned.

## Query parameters

- `limit` integer
- `cursor` string
- `time_desc` boolean

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceListUsersOutput
    - `has_more` boolean
    - `items` ModelUser[]
      - `created_at` string
      - `id` string
      - `identifier` string
      - `project_id` string
      - `updated_at` string
    - `next_cursor` string

## Changes

- **2026-01-12** `17315a125291` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/user/ls/get.md)

---

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