users
users

Get Conversation Partners

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.

get/users/conversation-partners/{user_id}

Path parameters

user_idstring required

Headers

authorizationstring nullable

Response

Successful Response

idstring uuid required
usernamestring required
full_namestring nullable required
profile_picturestring nullable required
native_languagestring nullable required
native_languagesstring[]
target_languagesstring[] required
profile_dataobject required
interestsstring[]
last_login_atstring date-time nullable
average_ratingnumber nullable
review_countinteger
is_friendboolean
friend_request_statusstring nullable
account_typestring nullable
is_staffboolean
is_ai_personaboolean
school_namestring nullable
relationship_statusstring nullable
has_booking_todayboolean
starting_hourly_ratenumber nullable
currencystring nullable
badge_countinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.