---
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

---

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