find_confluence_users
Search for Confluence users using CQL queries, username, or account ID to find user details like account IDs from partial information.
Instructions
Searches for Confluence users based on various criteria. This is useful for finding user details like account IDs when you have partial information or need to perform a broader search. Use this tool when you need to find users based on a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | No | A CQL query to search for users (e.g., `user.fullname ~ "John Doe"`). | |
| limit | No | The maximum number of users to return. Default is 25, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| expand | No | Properties to expand in the response. | |
| userKey | No | Search for a user by their user key. | |
| username | No | Search for a user by their username. | |
| accountId | No | Search for a user by their Atlassian account ID. |