users_find
Find users by name or email with partial match support. Returns user details for quick lookup or assignment.
Instructions
Find users by name or email.
Searches for users within the company by name or email address. Returns matching users with their details.
Workflow tips:
Faster than filtering users/list results
Can search by name (default) or email
Partial matches are supported
Useful for autocomplete and user lookup
Cached for 5 minutes
Common use cases:
Find by name: { "term": "John" }
Find by email: { "term": "john@example.com", "search_by_email": 1 }
Quick user lookup for assignments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term to find users by name | |
| search_by_email | No | Whether to search by email address instead of name (0 or 1) |