jira_user_get
Resolve one or more Atlassian account IDs to user records, returning display name, email, and account status. Unknown IDs return an error stub instead of failing.
Instructions
Resolve one or more Atlassian account_ids (as emitted by author fields in jira_comment, jira_read, jira_changelog, etc.) to user records — the reverse of jira_user_search. Returns YAML with one entry per requested ID: account_id, display_name, email_address (often redacted by GDPR), active, and account_type. Pass every distinct author ID from a batch in one call. Unknown, anonymised, or permission-denied IDs come back as a stub record with an error field (the batch never fails); deactivated accounts resolve normally with active: false. Mirrors omni-dev atlassian jira user get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_ids | Yes | One or more Atlassian account IDs to resolve (e.g. `557058:00ce7e71-9edc-47da-a0c6-f796533ae2cd`). |