confluence_user_get
Resolve Atlassian account IDs to user records including display name, email, and account type. Handles missing or permission-denied IDs by returning stub records with error fields.
Instructions
Resolve one or more Atlassian account_ids (as emitted by author fields in confluence_comment_list, confluence_history, confluence_read, etc.) to user records — the reverse of confluence_user_search. Returns YAML with one entry per requested ID: account_id, display_name, email (when accessible), 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). Mirrors omni-dev atlassian confluence 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`). |