Runn: list people
runn_list_peopleRetrieve people records with optional filters for name, email, or external ID. Include placeholders when needed.
Instructions
List people. Optionally include placeholders and filter by name/email/externalId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| limit | No | Results per page (endpoint max applies). | |
| cursor | No | Pagination cursor from a previous page's nextCursor. | |
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. | |
| lastName | No | ||
| firstName | No | ||
| externalId | No | ||
| includePlaceholders | No | Also return placeholders (default false). |