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

# List Users

`GET /users`

Basic user list used by the chat frontend.

Returns up to 100 active users, excluding the AI account.
Includes relationship_status if user is logged in.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- UserDiscoveryResponse[]
  - `id` string, uuid, required
  - `username` string, required
  - `full_name` string, nullable, required
  - `profile_picture` string, nullable, required
  - `native_language` string, nullable, required
  - `native_languages` string[]
  - `target_languages` string[], required
  - `profile_data` object, required
  - `interests` string[]
  - `last_login_at` string, date-time, nullable
  - `average_rating` number, nullable
  - `review_count` integer
  - `is_friend` boolean
  - `friend_request_status` string, nullable
  - `account_type` string, nullable
  - `is_staff` boolean
  - `is_ai_persona` boolean
  - `school_name` string, nullable
  - `relationship_status` string, nullable
  - `has_booking_today` boolean
  - `starting_hourly_rate` number, nullable
  - `currency` string, nullable
  - `badge_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
