manage_users
Search, retrieve, and manage Jira users by account ID, display name, or email address to streamline user administration tasks.
Instructions
Search and get Jira users. Actions: 'get_current', 'search', 'get'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'get_current', 'search', 'get' | |
| query | No | Search query — display name, email, etc. (for 'search') | |
| account_id | No | User account ID (for 'get') | |
| max_results | No | Maximum results to return (for 'search', default 20) |