List People
productive_list_peopleList Productive.io team members and retrieve IDs, names, emails, and titles needed for task assignment or time logging.
Instructions
List all team members in Productive.io. Returns ID, full name, email, and title. Defaults to page_size=200 to get all members. Use this to find person IDs needed for task assignment or time logging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort field. Prefix with - for descending (e.g. '-created_at') | |
| query | No | Search people by name or email | |
| status | No | Filter by status (1=active, 2=deactivated) | |
| page_size | No | Number of results per page (max 200) | |
| company_id | No | Filter by company ID |