confluence_get_user
Retrieve a Confluence user profile by account ID. Optionally get the full raw API response instead of trimmed output.
Instructions
Get a specific user by account ID. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| accountId | Yes | The account ID of the user |