Find Project Member
find_project_memberSearch for project members in MantisBT by name, display name, or email. Returns users with access to a specified project.
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 |
|---|---|---|---|
| project_id | Yes | Numeric project ID | |
| query | No | Case-insensitive substring to match against name, real_name, or email | |
| limit | No | Maximum number of results to return (default: 10, max: 100) |