find_bulk_assignable_users
Find users assignable to one or more Jira projects by filtering on name, email, or account ID, enabling bulk assignment tasks.
Instructions
Find users assignable to projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | A query string that is matched against user attributes, such as `displayName` and `emailAddress`, to find relevant users | |
| startAt | No | The index of the first item to return in a page of results (page offset). | |
| username | No | This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/ | |
| accountId | No | A query string that is matched exactly against user `accountId`. Required, unless `query` is specified. | |
| maxResults | No | The maximum number of items to return per page. | |
| projectKeys | Yes | A list of project keys (case sensitive). This parameter accepts a comma-separated list. |