people_search_records
Search People module records by text criteria. Look up employees, departments, and attendance records with flexible filters, pagination, and field selection.
Instructions
Search records in a People module with flexible text-based criteria\n\nPrerequisites: Module name from people_get_all_modules, optional field details from people_get_fields\nNext Steps: Use people_get_timeline for record activity analysis\nUse Cases: Employee lookup, department searches, attendance tracking\nError Recovery: If no results, try broader search terms or verify module permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| fields | No | Specific fields to return (use API names) | |
| criteria | Yes | Search criteria - text to search for in records | |
| per_page | No | Records per page (max 200) | |
| module_name | Yes | People module name (e.g., "employees", "departments", "attendance", "leave") |