search_users
Find Bitbucket users by name or display name using a filter query. Returns matching user profiles.
Instructions
Search Bitbucket users by filter query. Returns matching users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| start | No | Start index for pagination (default: 0). | |
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| filter | Yes | Filter query substring to match against user names and display names. |