Users Search Users
users_search_usersFind Mitti users by name or email substring. Returns matching user IDs, names, emails, and statuses.
Instructions
Search for Mitti users by name or email substring. NOTE: the underlying API only supports exact-match filters, so this fetches all users and filters client-side — it is not efficient for very large organizations. Returns matching users with their IDs, names, emails, and statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 10, max 100). | |
| query | Yes | Search string to match against user names and email addresses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| users | No | ||
| next_page_token | No |