---
title: "Get Conversation Partners"
method: GET
path: "/users/conversation-partners/{user_id}"
tags: ["users", "users"]
---

# Get Conversation Partners

`GET /users/conversation-partners/{user_id}`

Get users that the current user has actually conversed with.

This endpoint returns only users that the current user has had actual conversations with,
either through text chat or video/audio calls. This is used for learning analytics
to filter conversation partners to only those with real interaction history.

Returns:
    List of UserDiscoveryResponse objects for users the current user has conversed with.
    Excludes AI users and the current user themselves.

## Path parameters

- `user_id` string, required

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