Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search Jira users by name or email to find the accountId needed for assigning issues
| Field | Value |
|---|---|
| Name | jira__search_users |
| Group | Integrations |
{
"type": "object",
"properties": {
"cloudId": {
"type": "string",
"description": "Atlassian cloud ID from OAuth accessible resources"
},
"query": {
"type": "string",
"description": "Required search text matching display name and email address"
},
"maxResults": {
"type": "number",
"description": "Maximum users to return"
},
"startAt": {
"type": "number",
"description": "Pagination offset"
}
},
"required": [
"cloudId",
"query"
],
"description": "Input schema for the jira__search_users tool."
}