Fetch User Suggestions
User Endpoints
Fetch User Suggestions
Search for users by username prefix — for @mention autocomplete
GET
Fetch User Suggestions
Returns up to 5 users whose usernames contain the provided query string, ranked by prefix match first, then alphabetically. Designed forDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
@mention autocomplete and user search UIs.
Sensitive fields (email, hash, salt,
isVerified, isActive,
lastActive) are excluded from suggestions results.Query Parameters
The search string. Matches usernames that contain this value
(case-insensitive). Users whose usernames start with
query are ranked
first.Response
On success, returns HTTP200 with an array of up to 5 user objects:
Unique user ID (UUID).
External identifier from your system.
Display name.
The user’s username.
Avatar image URL.
Short bio text.
Public custom key-value data.
Reputation score.
ISO timestamp of account creation.
Error Responses
Invalid Query — 400
Invalid Query — 400

