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

# List Users

`GET /api/v1/users`

## Query parameters

- `sort_direction` string

## Response `200`

Successful Response

- UserListResponse
  - `users` AdminUser[], required — All users in the system.
    - `user_id` string, required — Opaque `usr_*` identifier.
    - `email` string, required — Email of the user.
    - `display_name` string, nullable — User's display name, when set.
    - `created_at` string, date-time, nullable — UTC timestamp the user row was created.
    - `updated_at` string, date-time, nullable — UTC timestamp of the most recent user update.
    - `last_login_at` string, date-time, nullable — UTC timestamp of the user's most recent login.
    - `disabled_at` string, date-time, nullable — UTC timestamp the user was disabled, if any.
    - `membership_count` integer, nullable — Number of organization memberships this user has. Populated on listing endpoints.

---

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