Find Project Member
find_project_memberSearch for users with access to a MantisBT project by name, display name, or email. Returns matching users using case-insensitive substring search.
Instructions
Search for users with access to a MantisBT project by name, display name, or email.
Returns up to limit matching users (default: 10, max: 100). Matching is case-insensitive substring search across name, real_name, and email fields. Omit query to list the first limit users.
Data is served from the local metadata cache when fresh; falls back to a live API call otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 100) | |
| query | No | Case-insensitive substring to match against name, real_name, or email | |
| project_id | Yes | Numeric project ID |