jira_users_search
Search for Jira users by email or display name to retrieve their account ID for adding to groups or assigning issues.
Instructions
Search for Jira users by email or display name.
Always use this to look up a user's account_id before adding them to groups or assigning issues. Not this when you already have the account_id: use jira_users_get instead. Returns: {total, users: [{account_id, display_name, email, active}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search by email or display name. Examples: 'jane.doe@example.com', 'Jane', 'jdoe' | |
| max_results | No | Max results. Default: 10 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||