list_persons
Retrieve all persons from Huly workspace, sorted by most recent updates. Filter by name or email substring for targeted results.
Instructions
List all persons in the Huly workspace. Returns persons sorted by modification date (newest first). Supports searching by name substring (nameSearch) and email substring (emailSearch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of persons to return (default: 50) | |
| nameSearch | No | Search persons by name substring (case-insensitive) | |
| emailSearch | No | Search persons by email substring (case-insensitive) |