Look up users
get_userFind Bugzilla users by email, numeric ID, or fuzzy name/nickname match. Requires API key for mozilla.org.
Instructions
Look up Bugzilla users by login/email, numeric ID, or a fuzzy match on name/nickname (e.g. ':dholbert'). Note: bugzilla.mozilla.org only allows user lookups when authenticated with BUGZILLA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Numeric user IDs | |
| match | No | Fuzzy match strings (matched against login, real name and nickname) | |
| names | No | Exact login names / emails |