users
users

Get User Reviews

Get reviews for a specific user. Only works for tutors with account_type='tutor' or 'pro_tutor'.

Signed in only (2026-09-18 route-auth review). The response carries every reviewer's id, name and photo, which is not something a signed-out reader may have; Profile.jsx, the one caller, already sends the token.

get/users/reviews/{user_id}

Path parameters

user_idstring required

Query parameters

limitinteger
offsetinteger

Headers

authorizationstring nullable

Response

Successful Response

idstring uuid required
reviewer_idstring uuid required
reviewed_user_idstring uuid required
ratinginteger required
review_textstring nullable required
language_experiencestring nullable required
technical_ratinginteger nullable
created_atstring date-time required
reviewer_namestring nullable
reviewer_avatarstring nullable

Changes