find_users
Search Jira users by name, email, or account ID to locate the right people for assignments or mentions. Supports pagination and filters for precise results.
Instructions
Find users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | A query string that is matched against user attributes ( `displayName`, and `emailAddress`) to find relevant users. The | |
| startAt | No | The index of the first item to return in a page of filtered results (page offset). | |
| property | No | A query string used to search properties. Property keys are specified by path, so property keys containing dot (.) or eq | |
| username | No | (query parameter) | |
| accountId | No | A query string that is matched exactly against a user `accountId`. Required, unless `query` or `property` is specified. | |
| maxResults | No | The maximum number of items to return per page. |