# Query for users that are able to be mentioned. Query for users that are able to be mentioned. Endpoint: GET /v2/feed/users/suggest Version: 2026-01-21 Security: oauth2_as_a_user ## Query parameters: - `search` (string, required) String to match mentionable users' data. ## Response 200 fields (application/json): - `user_id` (integer) ID of the user Example: 628 - `name` (string) Example: "Johnathan Smith" - `displayName` (string) Example: "John Smith" - `avatarUrl` (string) The url for the user's avatar - `avatarColor` (string) The hex code for presenting the user Example: "#ec407a" ## Response 401 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 401 - `errors.title` (string) Example: "Unauthenticated" - `errors.detail` (string) Example: "Access token was not provided or not recognized." ## Response 403 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 403 - `errors.title` (string) Example: "Unauthorized" - `errors.detail` (string)