Fetch User Suggestions
User Endpoints
Fetch User Suggestions
Get user suggestions for mentions and user pickers
GET
Fetch User Suggestions
Fetch a list of up to 5 suggested users based on a query string. Useful for mention systems or user pickers.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The input string used to search usernames. Usernames starting with this query are ranked higher.
Response
Returns an array of user objects (maximum 5 results)
User’s unique identifier
User’s username
User’s full name
URL to user’s avatar image
Error Responses
Missing or Invalid Query Parameter - 400 Bad Request
Missing or Invalid Query Parameter - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Maximum of 5 results are returned.
- Usernames starting with the query are ranked higher.
- Returned user objects exclude sensitive fields (email, hash, etc.).

