search_users
Search accounts by username or display_name substring. Returns up to 20 matching users. Use this when the user mentions someone by name (e.g. 'find Jane Smith') and you don't know their username yet. Each result includes the URL-friendly username you can then pass to get_user_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query — matches against username and display_name (case-insensitive substring) | |
| limit | No |