manage_users
Retrieve the current Confluence user or search for users by display name or email. Use 'get_current' for the logged-in user, or 'search' with a query to find specific users.
Instructions
Search and get Confluence users. Actions: 'get_current', 'search'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'get_current', 'search' | |
| query | No | Search query — display name, email, etc. (for 'search') | |
| limit | No | Maximum results to return (for 'search', default 20) |