list-people
Retrieve a paginated list of team members with filtering by department, role, and status for team management and organizational oversight.
Instructions
Retrieve a paginated list of all team members with advanced filtering options. Use for team management, resource planning, and organizational oversight. Supports filtering by department, role, and active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by person status | |
| department | No | Filter by department | |
| active | No | Filter by active status (0=archived, 1=active) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) | |
| format | No | Response format - either "json" or "xml" | json |