confluence_get_current_user
Retrieve information about the currently authenticated Confluence user. Response is trimmed to reduce token usage; pass 'full=true' for the raw API output.
Instructions
Get information about the currently authenticated user (the user associated with the API token). 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. |