---
title: "Get Project Users"
method: GET
path: "/api/v1/project/users"
tags: ["project"]
---

# Get Project Users

`GET /api/v1/project/users`

Get the users of a project in different orders

## Query parameters

- `search` string — Search string in username field
- `order_by` 'updated_at' | 'profile_count' | 'event_count' — Order by field
- `order_desc` boolean — Order descending or ascending
- `limit` integer — Limit the number of results returned
- `offset` integer — Offset the starting point for pagination

## Response `200`

Successful Response

- ProjectUsersDataResponse
  - `data` ProjectUsersData
    - `users` unknown[], required — The user list
      - unknown
    - `count` integer — The user count
  - `errno` 0 | 400 | 401 | 403 | 404 | 405 | 409 | 422 | 500 | 501 | 502 | 503 | 504 | 520
  - `errmsg` string — Error message, empty when success

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-24** `83fefa76f5bc` — 2 breaking, 3 info
  - the `query` request parameter `order_by` was restricted to a list of enum values
  - for the `query` request parameter `order_by`, default value was changed from `` to `updated_at`
  - added the new enum value `event_count` to the `query` request parameter `order_by`
  - added the new enum value `profile_count` to the `query` request parameter `order_by`
  - …1 more
- **2025-06-24** `527c3671dad2` — 1 info
  - endpoint added
- **2025-01-15** `a9bfbdf3d53b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/memobase-api/changes/api/v1/project/users/get.md)

---

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