jira_get_users
Find Jira users by name, email, or ID. Retrieve display name, email, account status, and type 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 | |
| startAt | No | Index of first result to return | |
| username | No | Specific username to search for | |
| accountId | No | Specific account ID to search for | |
| maxResults | No | Maximum number of results to return |