jira_get_users
Find Jira users by name, email, or account ID. Returns user details like display name, email, and account status with pagination.
Instructions
Search for users by name, email, username, or account ID. Returns display name, email, account status, and account type. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for user name or email | |
| username | No | Specific username to search for | |
| accountId | No | Specific account ID to search for | |
| startAt | No | Index of first result to return | |
| maxResults | No | Maximum number of results to return |