confluence_search_user
Search Confluence users by executing CQL queries to locate user accounts.
Instructions
Search Confluence users using CQL.
Args: ctx: The FastMCP context. query: Search query - a CQL query string for user search. limit: Maximum number of results (1-50).
Returns: JSON string representing a list of simplified Confluence user search result objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50) | |
| query | Yes | Search query - a CQL query string for user search. Examples of CQL: - Basic user lookup by full name: 'user.fullname ~ "First Last"' Note: Special identifiers need proper quoting in CQL: personal space keys (e.g., "~username"), reserved words, numeric IDs, and identifiers with special characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |