list_users
List the people you can assign work to or mention: the members of the projects this token can see. Optionally filter by free text (username, display name or email) or narrow to one project. Mention someone in a description or comment as [~username] — a mention matches the username, never the display name — and pass the same username (or the email) as 'assignee'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Free text to match in username, display name or email. | |
| limit | No | Max users to return (default 50, max 200). | |
| projectKey | No | Restrict to members of this project key (must be visible to the token). | |
| includeInactive | No | Include deactivated accounts, which can be neither assigned nor mentioned. Off by default. |